Skip to content

Commit

Permalink
Merge pull request #399 from samueloph/patch-1
Browse files Browse the repository at this point in the history
Fix typo in args.go, s/choosen/chosen
  • Loading branch information
justjanne authored Jan 20, 2025
2 parents 059f7f2 + 39aa4d1 commit 071f63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion args.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ var args = arguments{
"time",
defaults.Time,
comments("The layout string how a reference time should be represented.",
"The reference time is predefined and not user choosen.",
"The reference time is predefined and not user chosen.",
"Consult the golang documentation for details: https://pkg.go.dev/time#example-Time.Format")),
DurationMin: flag.String(
"duration-min",
Expand Down

0 comments on commit 071f63e

Please sign in to comment.