Skip to content

Commit

Permalink
CLI improve list command usage hint on timestamp (cadence-workflow#2822)
Browse files Browse the repository at this point in the history
  • Loading branch information
vancexu authored Nov 14, 2019
1 parent b24ff30 commit 37c4e32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/cli/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -402,11 +402,11 @@ func getFlagsForListAll() []cli.Flag {
},
cli.StringFlag{
Name: FlagEarliestTimeWithAlias,
Usage: "EarliestTime of start time, supported formats are '2006-01-02T15:04:05Z07:00' and raw UnixNano",
Usage: "EarliestTime of start time, supported formats are '2006-01-02T15:04:05+07:00' and raw UnixNano",
},
cli.StringFlag{
Name: FlagLatestTimeWithAlias,
Usage: "LatestTime of start time, supported formats are '2006-01-02T15:04:05Z07:00' and raw UnixNano",
Usage: "LatestTime of start time, supported formats are '2006-01-02T15:04:05+07:00' and raw UnixNano",
},
cli.StringFlag{
Name: FlagWorkflowIDWithAlias,
Expand Down

0 comments on commit 37c4e32

Please sign in to comment.