Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion support/rotatelogs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down