From c67b1d6f4080e22bf121fbdf17dda66acc193f90 Mon Sep 17 00:00:00 2001 From: James Booth Date: Mon, 12 Nov 2012 19:50:14 +0000 Subject: [PATCH] Fixed help on log command --- src/command.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/command.c b/src/command.c index 995790e3..a723f6f8 100644 --- a/src/command.c +++ b/src/command.c @@ -416,8 +416,8 @@ static struct cmd_t setting_commands[] = { "/log", _cmd_set_log, { "/log maxsize ", "Manage system logging settings.", - { "/history maxsize ", - "---------------", + { "/log maxsize ", + "--------------------", "maxsize : When log file size exceeds this value it will be automatically", " rotated (file will be renamed). Default value is 1048580 (1MB)", "",