diff options
author | Ian Lance Taylor <ian@airs.com> | 2003-11-29 04:03:22 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2003-11-29 04:03:22 +0000 |
commit | 9663f234c1f71bd29a0576af25df395440f11b88 (patch) | |
tree | 0249f0d6edb3ac4d9dc50f66b44d2798b968d76f /binutils | |
parent | 720aa42891ed8d437f8229495f55ce2cad5f3e21 (diff) | |
download | binutils-gdb-9663f234c1f71bd29a0576af25df395440f11b88.tar.gz |
* cxxfilt.c (usage): Mention new -p/--no-params options.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/cxxfilt.c | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 90fae1da974..526fb12c115 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -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 diff --git a/binutils/cxxfilt.c b/binutils/cxxfilt.c index b90951034bd..1b297fd9da3 100644 --- a/binutils/cxxfilt.c +++ b/binutils/cxxfilt.c @@ -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, "\ |