Skip to content

Commit

Permalink
Document verbose flag
Browse files Browse the repository at this point in the history
  • Loading branch information
tessro committed May 4, 2021
1 parent 5719849 commit 8764dce
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 @@ -17,7 +17,7 @@ const defaultConfigFile = ".picoleafrc"
var verbose = flag.Bool("v", false, "Verbose")

func usage() {
fmt.Println("usage: picoleaf <command>")
fmt.Println("usage: picoleaf [-v] <command>")
fmt.Println()
fmt.Println("Commands:")
fmt.Println()
Expand Down

0 comments on commit 8764dce

Please sign in to comment.