Dolda2000 GitWeb
/
ashd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
602135b
)
accesslog: Mention -P mode in usage message.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Sat, 26 Feb 2011 07:10:53 +0000
(08:10 +0100)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Sat, 26 Feb 2011 07:10:53 +0000
(08:10 +0100)
src/accesslog.c
patch
|
blob
|
blame
|
history
diff --git
a/src/accesslog.c
b/src/accesslog.c
index
5b0c708
..
5aa2574
100644
(file)
--- 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)