Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jorinvo committed Jan 17, 2017
1 parent fae3b2e commit b6ac423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Flags:

func main() {
var (
silent = flag.Bool("silent", false, "Surpress all output")
silent = flag.Bool("silent", false, "Suppress all output")
versionFlag = flag.Bool("version", false, "Print binary version")
month = flags.Monthlist("month", "1 to 12")
weekday = flags.Weekdaylist("weekday", "mo,tu,we,th,fr,sa,su")
Expand Down

0 comments on commit b6ac423

Please sign in to comment.