X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=src%2Faccesslog.c;h=5aa25743964af97bb4d462af00ed405f05115ce3;hp=5b0c7081152bb0abda657efc0db3eb7cf7a73cc6;hb=e51483a1b5ecc3b5e486f1d951d044d5bd34bce7;hpb=602135b087dd99289813ee500eab4a8851858999 diff --git a/src/accesslog.c b/src/accesslog.c index 5b0c708..5aa2574 100644 --- a/src/accesslog.c +++ b/src/accesslog.c @@ -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)