better flag description

This commit is contained in:
Jesse Duffield 2020-09-18 08:39:16 +10:00
parent 14c8b80494
commit 3a668011fa

View file

@ -39,7 +39,7 @@ func main() {
flaggy.Bool(&debuggingFlag, "d", "debug", "Run in debug mode with logging")
configFlag := false
flaggy.Bool(&configFlag, "c", "config", "Print the current default config")
flaggy.Bool(&configFlag, "c", "config", "Print the default config")
flaggy.Parse()