mirror of
https://github.com/rclone/rclone
synced 2024-12-25 17:03:45 +01: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