You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix the incorrect error message output of the command cadence workflow start/run (#7182)
Why?
Fixes#6726
What changed?
Fix the incorrect error message output of the command cadence workflow start/run.
Improve the usage message of cadence workflow start/run.
How did you test it?
unit tests, local functional tests
Potential risks
Release notes
Documentation Changes
Usage: "Optional retry expiration in seconds. If set workflow will be retried for the specified period of time.",
415
+
Usage: "Optional retry expiration in seconds. If set workflow will be retried for the specified period of time. retry_attempts and retry_expiration must not both be 0.",
416
416
},
417
417
&cli.IntFlag{
418
418
Name: FlagRetryAttempts,
419
-
Usage: "Optional retry attempts. If set workflow will be retried the specified amount of times.",
419
+
Usage: "Optional retry attempts. If set workflow will be retried the specified amount of times. retry_attempts and retry_expiration must not both be 0.",
0 commit comments