From d29c6859cb7c3052b3280d504fa78a5c1e0cd5a9 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 9 May 2018 13:23:50 +0000 Subject: [PATCH] Include show version in help 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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/share/command.yaml b/share/command.yaml index f0da2fc..0c09076 100644 --- a/share/command.yaml +++ b/share/command.yaml @@ -94,5 +94,6 @@ command.show.help: Here are the possible incantations ( is required, element)$(eol) show file (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 (evaluates a python - expression)$(eol) show time (returns several current timer values) + stop)$(eol) show result (evaluate a python + expression)$(eol) show time (return several current timer + values)$(eol) show version (display running version and dependencies) -- 2.11.0