projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c34cbd
)
scripts/runner.py: put command group descriptions in parens
author
Brian Warner
<warner@lothar.com>
Tue, 26 May 2015 15:11:44 +0000
(08:11 -0700)
committer
Brian Warner
<warner@lothar.com>
Tue, 26 May 2015 18:27:57 +0000
(11:27 -0700)
src/allmydata/scripts/runner.py
patch
|
blob
|
history
diff --git
a/src/allmydata/scripts/runner.py
b/src/allmydata/scripts/runner.py
index 1a6de258ed6e6826fa6d3aad012df1435991d5b7..f295a98021a8de0b70da40b94ccc49df6911ce6a 100644
(file)
--- a/
src/allmydata/scripts/runner.py
+++ b/
src/allmydata/scripts/runner.py
@@
-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()