CLI: mention sexp-queries in help topics, alphabetize

There does not seem to be an easy way to automate maintaining this
list, but new topics are not added very often.
This commit is contained in:
David Bremner 2022-05-29 15:22:04 -03:00
parent 52470ddfbf
commit 82957c9632

View file

@ -211,12 +211,14 @@ typedef struct help_topic {
} help_topic_t;
static const help_topic_t help_topics[] = {
{ "search-terms",
"Common search term syntax." },
{ "hooks",
"Hooks that will be run before or after certain commands." },
{ "properties",
"Message property conventions and documentation." },
{ "search-terms",
"Common infix search term syntax." },
{ "sexp-queries",
"Common s-expression search term syntax." },
};
static const command_t *