summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2001-09-22 17:50:32 +0000
committerWill Estes <wlestes@users.sourceforge.net>2001-09-22 17:50:32 +0000
commit6e841250e0f2d884f1d8f360ce56003f15d93bd1 (patch)
treeeabaeab10491a1a3238ea500416a14eb879337d6
parent0b3f1684a0c5e4b7698b2100103e963af43cc41c (diff)
Fixed typo in options display
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index fd5bbc5..ea1785f 100644
--- a/main.c
+++ b/main.c
@@ -1233,7 +1233,7 @@ _( "%s [-bcdfhilnpstvwBFILTV78+? -R[b] -C[aefFmr] -ooutput -Pprefix -Sskeleton]\
outfilename );
fprintf( f,
- _( "\t-v write summary of scanner statistics to f\n" ) );
+ _( "\t-v write summary of scanner statistics to stdout\n" ) );
fprintf( f, _( "\t-w do not generate warnings\n" ) );
fprintf( f, _( "\t-B generate batch scanner (opposite of -I)\n" ) );
fprintf( f,