mirror of
https://github.com/rclone/rclone.git
synced 2024-11-26 10:13:52 +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{
|
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 and delete/rename them.`,
|
||||||
Long: `
|
Long: `
|
||||||
By default ` + "`" + `dedupe` + "`" + ` 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user