]> granicus.if.org Git - flex/commitdiff
Fixed typo in options display
authorWill Estes <wlestes@users.sourceforge.net>
Sat, 22 Sep 2001 17:50:32 +0000 (17:50 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Sat, 22 Sep 2001 17:50:32 +0000 (17:50 +0000)
main.c

diff --git a/main.c b/main.c
index fd5bbc556c3899a22d475aa8906a156441e88de3..ea1785f91608fd510161232c6126de0e6f7cafd0 100644 (file)
--- 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,