diff options
author | Eric Covener <covener@apache.org> | 2017-01-26 03:02:59 +0100 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2017-01-26 03:02:59 +0100 |
commit | d7b14caa5740721a1640ba88ba85713d103100ae (patch) | |
tree | c2f2cacea225cb2dbb123ab514d74bff86409716 /support/rotatelogs.c | |
parent | 80 chars (diff) | |
download | apache2-d7b14caa5740721a1640ba88ba85713d103100ae.tar.xz apache2-d7b14caa5740721a1640ba88ba85713d103100ae.zip |
rotatelogs: fix -n help text
this closes #24
Submitted By: Isaac Boukris <iboukris gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1780308 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/rotatelogs.c')
-rw-r--r-- | support/rotatelogs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/rotatelogs.c b/support/rotatelogs.c index 87a26a4d08..b5c0e8937e 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] <curfile> [<prevfile>]\"\n" "where <curfile> is the filename of the newly opened logfile, and\n" |