web: adjust --help to indicate command-line arguments are not expected

Arguments are still accepted and ignored, since I can't see how to disallow them with cmdargs
This commit is contained in:
Simon Michael 2011-09-14 22:53:29 +00:00
parent fcb4a39089
commit c7c67efc1c

View File

@ -25,7 +25,7 @@ webflags = [
webmode = (mode "hledger-web" [("command","web")]
"start serving the hledger web interface"
commandargsflag []){
mainargsflag []){
modeGroupFlags = Group {
groupUnnamed = webflags
,groupHidden = []