mirror of
https://github.com/rclone/rclone.git
synced 2025-04-10 10:38:40 +02:00
dedupe: add missing modes to help string
This commit is contained in:
parent
24ef00a258
commit
7cf8ea354c
@ -17,7 +17,7 @@ var (
|
|||||||
func init() {
|
func init() {
|
||||||
cmd.Root.AddCommand(commandDefinition)
|
cmd.Root.AddCommand(commandDefinition)
|
||||||
cmdFlag := commandDefinition.Flags()
|
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{
|
var commandDefinition = &cobra.Command{
|
||||||
|
Loading…
Reference in New Issue
Block a user