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:
parent
fcb4a39089
commit
c7c67efc1c
@ -25,7 +25,7 @@ webflags = [
|
||||
|
||||
webmode = (mode "hledger-web" [("command","web")]
|
||||
"start serving the hledger web interface"
|
||||
commandargsflag []){
|
||||
mainargsflag []){
|
||||
modeGroupFlags = Group {
|
||||
groupUnnamed = webflags
|
||||
,groupHidden = []
|
||||
|
||||
Loading…
Reference in New Issue
Block a user