From c7767144303784e649df97b4a45005edf47bfe63 Mon Sep 17 00:00:00 2001 From: Robert Rettig Date: Wed, 15 Sep 2021 19:04:48 +0200 Subject: [PATCH] Update args.go Update as requested. Thanks a lot for review! --- args.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/args.go b/args.go index 2acf06df..8334a415 100644 --- a/args.go +++ b/args.go @@ -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,