Skip to content

Commit

Permalink
main.go: Usage: -list [filter] (fix d6c5408)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnd-au committed Oct 18, 2024
1 parent cfd6866 commit 2d4b31d
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 @@ -154,7 +154,7 @@ func main() {
exitQuick := flag.Bool("q", false, "exit immediately")
showVersion := flag.Bool("v", false, "show version")
when := flag.Int64("when", 0, "time in seconds since unix epoch (disables -w)")
doSearch := flag.Bool("list", false, "list zones by name")
doSearch := flag.Bool("list", false, "[filter] list or search zones by name")
military := flag.Bool("m", false, "use 24-hour time")
watch := flag.Bool("w", false, "watch live, set time to now every minute")
flag.Parse()
Expand Down

0 comments on commit 2d4b31d

Please sign in to comment.