From 42744b62948fe4cc12c3928a4d7f80798003f694 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Sun, 28 Oct 2018 19:46:38 +0000 Subject: [PATCH] Alphabetize the `help show` subcommand entries When categories were renamed to groups, help details for the corresponding show subcommands were updated in-place rather than getting reordered to maintain the existing alphabetization. Fix it. --- share/command.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/share/command.yaml b/share/command.yaml index 9af0715..38ee8a6 100644 --- a/share/command.yaml +++ b/share/command.yaml @@ -88,11 +88,11 @@ command.show.action: command_show(actor, parameters) command.show.administrative: true command.show.description: Show various data. command.show.help: Here are the possible incantations ( is required, - [option] is optional, (note) is a note):$(eol)$(eol) show groups (list - all element group names)$(eol) show group (list the elements in a - group)$(eol) show element (list facet definitions for an - element)$(eol) show file (list elements in a - file)$(eol) show files (list all element data files)$(eol) show log + [option] is optional, (note) is a note):$(eol)$(eol) show element + (list facet definitions for an element)$(eol) show file + (list elements in a file)$(eol) show files (list all element + data files)$(eol) show group (list the elements in a + group)$(eol) show groups (list all element group names)$(eol) show log [level [start [stop]]] (list logs above level from start to stop)$(eol) show result (evaluate a python expression)$(eol) show time (return several current timer -- 2.11.0