mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-20 00:03:58 +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
|
# Usage.parseOptions compares argv[1] against command[0], so it will
|
||||||
# effectively ignore any "subcommand" that starts with a newline. We use
|
# effectively ignore any "subcommand" that starts with a newline. We use
|
||||||
# these to insert section headers into the --help output.
|
# 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()
|
_default_nodedir = get_default_nodedir()
|
||||||
|
Reference in New Issue
Block a user