mirror of
https://github.com/rclone/rclone
synced 2025-02-17 12:51:26 +01:00
dedupe: add missing modes to help string
This commit is contained in:
parent
24ef00a258
commit
7cf8ea354c
@ -17,7 +17,7 @@ var (
|
||||
func init() {
|
||||
cmd.Root.AddCommand(commandDefinition)
|
||||
cmdFlag := commandDefinition.Flags()
|
||||
flags.FVarP(cmdFlag, &dedupeMode, "dedupe-mode", "", "Dedupe mode interactive|skip|first|newest|oldest|rename.")
|
||||
flags.FVarP(cmdFlag, &dedupeMode, "dedupe-mode", "", "Dedupe mode interactive|skip|first|newest|oldest|largest|smallest|rename.")
|
||||
}
|
||||
|
||||
var commandDefinition = &cobra.Command{
|
||||
|
Loading…
Reference in New Issue
Block a user