From: Will Estes Date: Sat, 22 Sep 2001 17:50:32 +0000 (+0000) Subject: Fixed typo in options display X-Git-Tag: flex-2-5-10~229 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e841250e0f2d884f1d8f360ce56003f15d93bd1;p=flex Fixed typo in options display --- 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,