aboutsummaryrefslogtreecommitdiffstats
path: root/logger.c
diff options
context:
space:
mode:
Diffstat (limited to 'logger.c')
-rwxr-xr-xlogger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/logger.c b/logger.c
index 8c3f1f92e..42b4013ec 100755
--- a/logger.c
+++ b/logger.c
@@ -336,7 +336,7 @@ static struct ast_cli_entry reload_logger_cli =
static struct ast_cli_entry rotate_logger_cli =
{ { "logger", "rotate", NULL },
- handle_logger_rotate, "Reopens the log files",
+ handle_logger_rotate, "Rotates and reopens the log files",
logger_rotate_help };
static int handle_SIGXFSZ(int sig) {