From be4dce939cad79954462467b8870518bc49b5a52 Mon Sep 17 00:00:00 2001 From: ian Date: Sat, 29 Nov 2003 04:03:22 +0000 Subject: [PATCH] * cxxfilt.c (usage): Mention new -p/--no-params options. --- binutils/ChangeLog | 4 ++++ binutils/cxxfilt.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 90fae1da97..526fb12c11 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2003-11-28 Ian Lance Taylor + + * cxxfilt.c (usage): Mention new -p/--no-params options. + 2003-11-28 Alan Modra * Makefile.am (install-exec-local): Remove common term from string diff --git a/binutils/cxxfilt.c b/binutils/cxxfilt.c index b90951034b..1b297fd9da 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, "\ -- 2.11.0