diff options
Diffstat (limited to 'gprof')
-rw-r--r-- | gprof/ChangeLog | 4 | ||||
-rw-r--r-- | gprof/gprof.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index f6544de..d5a5f36 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,6 +1,6 @@ -2005-10-25 Alan Modra <amodra@bigpond.net.au> +2005-10-30 Mark Mitchell <mark@codesourcery.com> - * po/gprof.pot: Regenerate. + * gprof.c (usage): Document "@FILE". 2005-09-30 Nick Clifton <nickc@redhat.com> diff --git a/gprof/gprof.c b/gprof/gprof.c index 2ac4340..dc6b618 100644 --- a/gprof/gprof.c +++ b/gprof/gprof.c @@ -167,7 +167,7 @@ Usage: %s [-[abcDhilLsTvwxyz]] [-[ACeEfFJnNOpPqQZ][name]] [-I dirs]\n\ [--no-static] [--print-path] [--separate-files]\n\ [--static-call-graph] [--sum] [--table-length=len] [--traditional]\n\ [--version] [--width=n] [--ignore-non-functions]\n\ - [--demangle[=STYLE]] [--no-demangle]\n\ + [--demangle[=STYLE]] [--no-demangle] [@FILE]\n\ [image-file] [profile-file...]\n"), whoami); if (status == 0) |