]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/scripts/startstop_node.py
CLI: make all of the option descriptions imperative sentences.
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / scripts / startstop_node.py
index df7a68215f5d5a20d1d90fc871c499da127100b7..551b92fd16913c09fa109e956baef46ac2107615 100644 (file)
@@ -8,8 +8,8 @@ class StartOptions(BasedirMixin, BaseOptions):
         ["basedir", "C", None, "which directory to start the node in"],
         ]
     optFlags = [
-        ["profile", "p", "whether to run under the Python profiler, putting results in \"profiling_results.prof\""],
-        ["syslog", None, "tell the node to log to syslog, not a file"],
+        ["profile", "p", "Run under the Python profiler, putting results in 'profiling_results.prof'."],
+        ["syslog", None, "Tell the node to log to syslog, not a file."],
         ]
 
 class StopOptions(BasedirMixin, BaseOptions):
@@ -22,8 +22,8 @@ class RestartOptions(BasedirMixin, BaseOptions):
         ["basedir", "C", None, "which directory to restart the node in"],
         ]
     optFlags = [
-        ["profile", "p", "whether to run under the Python profiler, putting results in \"profiling_results.prof\""],
-        ["syslog", None, "tell the node to log to syslog, not a file"],
+        ["profile", "p", "Run under the Python profiler, putting results in 'profiling_results.prof'."],
+        ["syslog", None, "Tell the node to log to syslog, not a file."],
         ]
 
 class RunOptions(BasedirMixin, BaseOptions):