Fixes typo in command dedupe definition

This commit is contained in:
Andy Pilate 2017-07-24 12:13:32 +02:00 committed by Nick Craig-Wood
parent 49e4cdb8b9
commit ef328c5497

View file

@ -21,7 +21,7 @@ var commandDefintion = &cobra.Command{
Use: "dedupe [mode] remote:path", Use: "dedupe [mode] remote:path",
Short: `Interactively find duplicate files delete/rename them.`, Short: `Interactively find duplicate files delete/rename them.`,
Long: ` Long: `
By default ` + "`" + `dedup` + "`" + ` interactively finds duplicate files and offers to By default ` + "`" + `dedupe` + "`" + ` interactively finds duplicate files and offers to
delete all but one or rename them to be different. Only useful with delete all but one or rename them to be different. Only useful with
Google Drive which can have duplicate file names. Google Drive which can have duplicate file names.