This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cxxfilt.c --help doesn't print "--no-params"


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, "\


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]