You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2009/01/11 23:52:48 UTC

svn commit: r733532 - /httpd/httpd/trunk/support/rotatelogs.c

Author: rjung
Date: Sun Jan 11 14:52:47 2009
New Revision: 733532

URL: http://svn.apache.org/viewvc?rev=733532&view=rev
Log:
Adopt latest changes in usage message.

Modified:
    httpd/httpd/trunk/support/rotatelogs.c

Modified: httpd/httpd/trunk/support/rotatelogs.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/support/rotatelogs.c?rev=733532&r1=733531&r2=733532&view=diff
==============================================================================
--- httpd/httpd/trunk/support/rotatelogs.c (original)
+++ httpd/httpd/trunk/support/rotatelogs.c Sun Jan 11 14:52:47 2009
@@ -129,7 +129,7 @@
     }
     fprintf(stderr,
             "Usage: %s [-v] [-l] [-f] <logfile> "
-            "{<rotation time in seconds>|<rotation size in megabytes>} "
+            "{<rotation time in seconds>|<rotation size>(B|K|M|G)} "
             "[offset minutes from UTC]\n\n",
             argv0);
 #ifdef OS2