cli: "QUERY" instead of old "PATTERNS" in command help
This commit is contained in:
parent
9d139269d2
commit
4221381f18
@ -191,7 +191,7 @@ defCommandMode :: [Name] -> Mode RawOpts
|
||||
defCommandMode names = defMode {
|
||||
modeNames=names
|
||||
,modeValue=[("command", headDef "" names)]
|
||||
,modeArgs = ([], Just $ argsFlag "[PATTERNS]")
|
||||
,modeArgs = ([], Just $ argsFlag "[QUERY]")
|
||||
}
|
||||
|
||||
-- | A basic subcommand mode suitable for an add-on command.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user