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

Fixed help on log command

This commit is contained in:
James Booth 2012-11-12 19:50:14 +00:00
parent f701c081db
commit c67b1d6f40

View File

@ -416,8 +416,8 @@ static struct cmd_t setting_commands[] =
{ "/log",
_cmd_set_log,
{ "/log maxsize <value>", "Manage system logging settings.",
{ "/history maxsize <value>",
"---------------",
{ "/log maxsize <value>",
"--------------------",
"maxsize : When log file size exceeds this value it will be automatically",
" rotated (file will be renamed). Default value is 1048580 (1MB)",
"",