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

Commit b6ac423

Browse files
committed
small typo
1 parent fae3b2e commit b6ac423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Flags:
5050

5151
func main() {
5252
var (
53-
silent = flag.Bool("silent", false, "Surpress all output")
53+
silent = flag.Bool("silent", false, "Suppress all output")
5454
versionFlag = flag.Bool("version", false, "Print binary version")
5555
month = flags.Monthlist("month", "1 to 12")
5656
weekday = flags.Weekdaylist("weekday", "mo,tu,we,th,fr,sa,su")

0 commit comments

Comments
 (0)