* cxxfilt.c (usage): Mention new -p/--no-params options.
This commit is contained in:
parent
720aa42891
commit
9663f234c1
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-11-28 Ian Lance Taylor <ian@wasabisystems.com>
|
||||
|
||||
* cxxfilt.c (usage): Mention new -p/--no-params options.
|
||||
|
||||
2003-11-28 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* Makefile.am (install-exec-local): Remove common term from string
|
||||
|
|
|
@ -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, "\
|
||||
|
|
Loading…
Reference in a new issue