mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 03:17:28 +08:00
Fix dedupe description typo
This commit is contained in:
parent
69ba806528
commit
9417194751
|
@ -19,7 +19,7 @@ func init() {
|
|||
|
||||
var commandDefintion = &cobra.Command{
|
||||
Use: "dedupe [mode] remote:path",
|
||||
Short: `Interactively find duplicate files delete/rename them.`,
|
||||
Short: `Interactively find duplicate files and delete/rename them.`,
|
||||
Long: `
|
||||
By default ` + "`" + `dedupe` + "`" + ` interactively finds duplicate files and offers to
|
||||
delete all but one or rename them to be different. Only useful with
|
||||
|
|
Loading…
Reference in New Issue
Block a user