'tahoe restart': re-enable --force option, which was accidentally lost

This commit is contained in:
Brian Warner 2007-10-10 20:10:03 -07:00
parent 2b6951bf20
commit ec8781e587

View File

@ -26,8 +26,6 @@ class RestartOptions(BasedirMixin, usage.Options):
["force", "f", "if the node is not already running, start it " ["force", "f", "if the node is not already running, start it "
"instead of complaining that you should have used 'start' instead " "instead of complaining that you should have used 'start' instead "
"of 'restart'"], "of 'restart'"],
]
optFlags = [
["profile", "p", "whether to run under the Python profiler, putting results in \"profiling_results.prof\""], ["profile", "p", "whether to run under the Python profiler, putting results in \"profiling_results.prof\""],
] ]