From ec8781e587fd5f2223e625443383b51c0f9bc62d Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Wed, 10 Oct 2007 20:10:03 -0700 Subject: [PATCH] 'tahoe restart': re-enable --force option, which was accidentally lost --- src/allmydata/scripts/startstop_node.py | 2 -- 1 file changed, 2 deletions(-) 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\""], ] -- 2.45.2