accesslog: Mention -P mode in usage message.
authorFredrik Tolf <fredrik@dolda2000.com>
Sat, 26 Feb 2011 07:10:53 +0000 (08:10 +0100)
committerFredrik Tolf <fredrik@dolda2000.com>
Sat, 26 Feb 2011 07:10:53 +0000 (08:10 +0100)
src/accesslog.c

index 5b0c708..5aa2574 100644 (file)
@@ -273,6 +273,7 @@ static void reopenlog(void)
 static void usage(FILE *out)
 {
     fprintf(out, "usage: accesslog [-hFaL] [-f FORMAT] [-p PIDFILE] OUTFILE CHILD [ARGS...]\n");
+    fprintf(out, "       accesslog -P LOGFILE\n");
 }
 
 int main(int argc, char **argv)