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:
3e98f48
)
oops, fix a BasedirOptions name I flubbed while merging
author
Brian Warner
<warner@lothar.com>
Thu, 2 May 2013 02:04:12 +0000
(19:04 -0700)
committer
Daira Hopwood
<daira@jacaranda.org>
Tue, 14 Oct 2014 17:12:20 +0000
(18:12 +0100)
src/allmydata/scripts/startstop_node.py
patch
|
blob
|
history
diff --git
a/src/allmydata/scripts/startstop_node.py
b/src/allmydata/scripts/startstop_node.py
index 424b3289f6539ee63a5fbbde8aa190b99d0a70c4..7aa1bf785d595301a054bb8c6deb3182d3e63785 100644
(file)
--- a/
src/allmydata/scripts/startstop_node.py
+++ b/
src/allmydata/scripts/startstop_node.py
@@
-27,7
+27,7
@@
class StartOptions(BasedirOptions):
return "Usage: %s [global-opts] %s [options] [NODEDIR] [twistd_options]" % (self.command_name, self.subcommand_name)
def getUsage(self, width=None):
- t = BaseOptions.getUsage(self, width) + "\n"
+ t = Base
dir
Options.getUsage(self, width) + "\n"
t += format_twisted_options(MyTwistdConfig())
return t