From: Brian Warner Date: Thu, 11 Oct 2007 03:10:03 +0000 (-0700) Subject: 'tahoe restart': re-enable --force option, which was accidentally lost X-Git-Tag: allmydata-tahoe-0.6.1~53 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=ec8781e587fd5f2223e625443383b51c0f9bc62d;p=tahoe-lafs%2Ftahoe-lafs.git 'tahoe restart': re-enable --force option, which was accidentally lost --- diff --git a/src/allmydata/scripts/startstop_node.py b/src/allmydata/scripts/startstop_node.py index 83c43005..dc5b1894 100644 --- 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\""], ]