mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-19 15:53:48 +00:00
scripts/runner.py: put command group descriptions in parens
This commit is contained in:
@ -12,7 +12,7 @@ def GROUP(s):
|
||||
# Usage.parseOptions compares argv[1] against command[0], so it will
|
||||
# effectively ignore any "subcommand" that starts with a newline. We use
|
||||
# these to insert section headers into the --help output.
|
||||
return [("\n" + s, None, None, None)]
|
||||
return [("\n(%s)" % s, None, None, None)]
|
||||
|
||||
|
||||
_default_nodedir = get_default_nodedir()
|
||||
|
Reference in New Issue
Block a user