mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Changed help for /help command
This commit is contained in:
parent
2077834b10
commit
0554198668
@ -151,16 +151,16 @@ static struct cmd_t command_defs[] =
|
|||||||
{
|
{
|
||||||
{ "/help",
|
{ "/help",
|
||||||
_cmd_help, parse_args, 0, 1,
|
_cmd_help, parse_args, 0, 1,
|
||||||
{ "/help [list|area|command]", "Get help on using Profanity",
|
{ "/help [area|command]", "Get help on using Profanity",
|
||||||
{ "/help [list|area|command]",
|
{ "/help [area|command]",
|
||||||
"-------------------------",
|
"-------------------------",
|
||||||
"list : List of all commands.",
|
"Use with no arguments to get a help summary.",
|
||||||
"area : One of 'basic', 'presence', 'settings', 'navigation' for more summary help in that area.",
|
"Supply an area to see help for commands related to specific features.",
|
||||||
"command : Detailed help on a specific command.",
|
"Supply a command (without the leading slash) to see help on that command.",
|
||||||
"",
|
"",
|
||||||
"Example : /help list",
|
"Example : /help commands",
|
||||||
"Example : /help connect",
|
"Example : /help presence",
|
||||||
"Example : /help settings",
|
"Example : /help who",
|
||||||
"",
|
"",
|
||||||
"For more details help, see the user guide at http://www.profanity.im/userguide.html.",
|
"For more details help, see the user guide at http://www.profanity.im/userguide.html.",
|
||||||
NULL } } },
|
NULL } } },
|
||||||
|
Loading…
Reference in New Issue
Block a user