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:
2b6951b
)
'tahoe restart': re-enable --force option, which was accidentally lost
author
Brian Warner
<warner@allmydata.com>
Thu, 11 Oct 2007 03:10:03 +0000
(20:10 -0700)
committer
Brian Warner
<warner@allmydata.com>
Thu, 11 Oct 2007 03:10:03 +0000
(20:10 -0700)
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 83c43005cb90d95770ef0b41ed75832a112010cf..dc5b1894a0f6c0f109b824e09df9f923fd881240 100644
(file)
--- a/
src/allmydata/scripts/startstop_node.py
+++ b/
src/allmydata/scripts/startstop_node.py
@@
-26,8
+26,6
@@
class RestartOptions(BasedirMixin, usage.Options):
["force", "f", "if the node is not already running, start it "
"instead of complaining that you should have used 'start' instead "
"of 'restart'"],
- ]
- optFlags = [
["profile", "p", "whether to run under the Python profiler, putting results in \"profiling_results.prof\""],
]