forked from TrueCloudLab/rclone
Fixes typo in command dedupe definition
This commit is contained in:
parent
49e4cdb8b9
commit
ef328c5497
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue