Skip to content

Commit

Permalink
cli: clarify --debug help
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Aug 9, 2014
1 parent 69da28d commit 776a973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hledger/Hledger/Cli/Options.hs
Expand Up @@ -81,7 +81,7 @@ helpflags :: [Flag RawOpts]
helpflags = [
flagNone ["help","h"] (setboolopt "help") "show general help or (after command) command help"
-- ,flagNone ["browse-args"] (setboolopt "browse-args") "use a web UI to select options and build up a command line"
,flagReq ["debug"] (\s opts -> Right $ setopt "debug" s opts) "N" "show debug output (increase N for more detail)"
,flagReq ["debug"] (\s opts -> Right $ setopt "debug" s opts) "N" "show debug output if N is 1-9 (default: 0)"
,flagNone ["version"] (setboolopt "version") "show version information"
]

Expand Down

0 comments on commit 776a973

Please sign in to comment.