]> granicus.if.org Git - apache/commitdiff
Adopt latest changes in usage message.
authorRainer Jung <rjung@apache.org>
Sun, 11 Jan 2009 22:52:47 +0000 (22:52 +0000)
committerRainer Jung <rjung@apache.org>
Sun, 11 Jan 2009 22:52:47 +0000 (22:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@733532 13f79535-47bb-0310-9956-ffa450edef68

support/rotatelogs.c

index 64f7a24d8e08f53ccd8ae10fdbc66cb6950c4ab0..29e7a10b7c688663f9ba40484c837327adf224f5 100644 (file)
@@ -129,7 +129,7 @@ static void usage(const char *argv0, const char *reason)
     }
     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