cxxfilt.c --help doesn't print "--no-params"
Ian Lance Taylor
ian@wasabisystems.com
Sat Nov 29 04:04:00 GMT 2003
mec.gnu@mindspring.com (Michael Elizabeth Chastain) writes:
> A little bug: binutils/cxxfilt.c help text does not print anything
> about the new "--no-params" option.
Whoops. Thanks for the note.
Ian
2003-11-28 Ian Lance Taylor <ian@wasabisystems.com>
* cxxfilt.c (usage): Mention new -p/--no-params options.
Index: cxxfilt.c
===================================================================
RCS file: /cvs/src/src/binutils/cxxfilt.c,v
retrieving revision 1.3
diff -u -p -r1.3 cxxfilt.c
--- cxxfilt.c 23 Nov 2003 01:10:45 -0000 1.3
+++ cxxfilt.c 29 Nov 2003 04:02:30 -0000
@@ -73,7 +73,8 @@ static void
usage (FILE *stream, int status)
{
fprintf (stream, "\
-Usage: %s [-_] [-n] [--strip-underscores] [--no-strip-underscores] \n",
+Usage: %s [-_] [-n] [--strip-underscores] [--no-strip-underscores]\n\
+ [-p] [--no-params]\n",
program_name);
fprintf (stream, "\
More information about the Binutils
mailing list