diff --git a/logger.c b/logger.c index 8c3f1f92e3aae44f8d6c73b9ae5fac97373a4934..42b4013eccacb97b66204619d7357ef9123ea67a 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) {