]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
'tahoe restart': re-enable --force option, which was accidentally lost
authorBrian Warner <warner@allmydata.com>
Thu, 11 Oct 2007 03:10:03 +0000 (20:10 -0700)
committerBrian Warner <warner@allmydata.com>
Thu, 11 Oct 2007 03:10:03 +0000 (20:10 -0700)
src/allmydata/scripts/startstop_node.py

index 83c43005cb90d95770ef0b41ed75832a112010cf..dc5b1894a0f6c0f109b824e09df9f923fd881240 100644 (file)
@@ -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\""],
         ]