Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sujit D'Mello committed Jul 10, 2020
1 parent a7d5a8f commit d58bcb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ghz/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ var (
Short('x').Default("0").IsSetByUser(&isXSet).Duration()

isZStopSet = false
zstop = kingpin.Flag("duration-stop", "Specifies how duration stop is reported. Options are close, warn or ignore.").
zstop = kingpin.Flag("duration-stop", "Specifies how duration stop is reported. Options are close, wait or ignore.").
Default("close").IsSetByUser(&isZStopSet).String()

// Data
Expand Down

0 comments on commit d58bcb9

Please sign in to comment.