Skip to content

Commit

Permalink
Update CLI usage for IDReusePolicy: TerminteIfRunning
Browse files Browse the repository at this point in the history
  • Loading branch information
longquanzheng authored Mar 23, 2021
1 parent 28fd61d commit 00fafac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cli/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ func getFlagsForStart() []cli.Flag {
cli.IntFlag{
Name: FlagWorkflowIDReusePolicyAlias,
Usage: "Optional input to configure if the same workflow ID is allow to use for new workflow execution. " +
"Available options: 0: AllowDuplicateFailedOnly, 1: AllowDuplicate, 2: RejectDuplicate",
"Available options: 0: AllowDuplicateFailedOnly, 1: AllowDuplicate, 2: RejectDuplicate, 3:TerminateIfRunning",
},
cli.StringFlag{
Name: FlagInputWithAlias,
Expand Down

0 comments on commit 00fafac

Please sign in to comment.