dedupe: add missing modes to help string

s3-about
Nick Craig-Wood 2020-01-19 11:09:45 +00:00
parent 24ef00a258
commit 7cf8ea354c
1 changed files with 1 additions and 1 deletions

View File

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