Skip to content

Commit

Permalink
Update args.go
Browse files Browse the repository at this point in the history
Update as requested.
Thanks a lot for review!
  • Loading branch information
flybyray authored Sep 15, 2021
1 parent 7366233 commit c776714
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion args.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,9 @@ var args = arguments{
Time: flag.String(
"time",
defaults.Time,
comments("The elapsed clock-time of the previous command")),
comments("The layout string how a reference time should be represented.",
"The reference time is predefined and not user choosen.",
"Consult the golang documentation for details: https://pkg.go.dev/time#example-Time.Format")),
DurationMin: flag.String(
"duration-min",
defaults.DurationMin,
Expand Down

0 comments on commit c776714

Please sign in to comment.