1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Changed help on /theme

This commit is contained in:
James Booth 2012-12-09 00:26:08 +00:00
parent 986967ef89
commit bf1a574cfd

View File

@ -198,10 +198,10 @@ static struct cmd_t main_commands[] =
NULL } } },
{ "/theme",
_cmd_theme, parse_args, 1, 1,
{ "/theme [theme-name]", "Change colour theme.",
{ "/theme [theme-name]",
"--------------",
_cmd_theme, parse_args, 1, 2,
{ "/theme command [theme-name]", "Change colour theme.",
{ "/theme command [theme-name]",
"---------------------------",
"Change the colour setting as defined in:",
"",
" $XDG_CONFIG_HOME/profanity/themes/theme-name",
@ -210,7 +210,12 @@ static struct cmd_t main_commands[] =
"",
" $HOME/.config/profanity/themes/theme-name",
"",
"Using \"default\" as the theme name will reset to the default colours.",
"Command must be one of 'list' or 'load'.",
"list : List all available themes.",
"load [theme-name] : Load the named theme.\"default\" will reset to the default colours.",
"",
"Example : /theme list",
"Example : /theme load mycooltheme",
NULL } } },
{ "/msg",