diff options
author | James Booth <boothj5@gmail.com> | 2017-04-07 00:10:58 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2017-04-07 00:10:58 +0100 |
commit | 6cba96fdd1fd6aeec2af1bfe69d7c6805d0234a2 (patch) | |
tree | b2fa1a2f1c4061faaf0a537fa17695fa301ff8da /src | |
parent | 68cb8c9a8ea8d254668cd00cc796a5f8a7755697 (diff) | |
download | profani-tty-6cba96fdd1fd6aeec2af1bfe69d7c6805d0234a2.tar.gz |
Update /help help
Diffstat (limited to 'src')
-rw-r--r-- | src/command/cmd_defs.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index a5febc60..59d1323a 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -126,11 +126,11 @@ static struct cmd_t command_defs[] = "Arguments that may be one of a number of values are separated by a pipe " "e.g. val1|val2|val3.") CMD_ARGS( - { "<area>", "Summary help for commands in a certain area of functionality." }, - { "<command>", "Full help for a specific command, for example '/help connect'." }, - { "search <search_term>", "Search commands for search_term." }) + { "<area>", "Summary help for commands in a certain area of functionality." }, + { "<command>", "Full help for a specific command, for example '/help connect'." }, + { "search <search_term>", "Search commands for search_term." }) CMD_EXAMPLES( - "/help search presence show", + "/help search presence online", "/help commands", "/help presence", "/help who") |