Fix dedupe description typo

This commit is contained in:
Dan Dascalescu 2017-10-16 01:00:50 -07:00 committed by Nick Craig-Wood
parent 69ba806528
commit 9417194751

View File

@ -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