From 1f6db6b8ab45d452105ef91802ae617b8eee476d Mon Sep 17 00:00:00 2001 From: Isaac Boukris Date: Tue, 24 Jan 2017 23:04:57 +0200 Subject: [PATCH] rotatelogs: fix -n help text Signed-off-by: Isaac Boukris --- support/rotatelogs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/rotatelogs.c b/support/rotatelogs.c index 87a26a4d08e..b5c0e8937e0 100644 --- a/support/rotatelogs.c +++ b/support/rotatelogs.c @@ -149,7 +149,7 @@ static void usage(const char *argv0, const char *reason) #if APR_FILES_AS_SOCKETS " -c Create log even if it is empty.\n" #endif - " -n num Rotate file by adding suffixes '.0', '.1', ..., '.(num-1)'.\n" + " -n num Rotate file by adding suffixes '.1', '.2', ..., '.num'.\n" "\n" "The program for '-p' is invoked as \"[prog] []\"\n" "where is the filename of the newly opened logfile, and\n"