Include show version in help
authorJeremy Stanley <fungi@yuggoth.org>
Wed, 9 May 2018 13:23:50 +0000 (13:23 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Wed, 9 May 2018 13:23:50 +0000 (13:23 +0000)
Mention the new show version subcommand in help string for the
version command. Also tweak the explanations for a couple of other
subcommands for consistency.

share/command.yaml

index f0da2fc..0c09076 100644 (file)
@@ -94,5 +94,6 @@ command.show.help: Here are the possible incantations (<parameter> is required,
     element)$(eol)   show file <filename> (list elements in a
     file)$(eol)   show files (list all element data files)$(eol)   show log
     [level [start [stop]]] (list logs above level from start to
     element)$(eol)   show file <filename> (list elements in a
     file)$(eol)   show files (list all element data files)$(eol)   show log
     [level [start [stop]]] (list logs above level from start to
-    stop)$(eol)   show result <expression> (evaluates a python
-    expression)$(eol)   show time (returns several current timer values)
+    stop)$(eol)   show result <expression> (evaluate a python
+    expression)$(eol)   show time (return several current timer
+    values)$(eol)   show version (display running version and dependencies)