aboutsummaryrefslogtreecommitdiff
path: root/gprof/gprof.c
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2005-10-30 18:08:52 +0000
committerMark Mitchell <mark@codesourcery.com>2005-10-30 18:08:52 +0000
commita55ff675f931372ba38cc578de488ef7eb8504fa (patch)
tree3cb30b67503b93a081cf5ec9907cc83a1e6863a1 /gprof/gprof.c
parent9e5169a8fa66de51c0b09b1b6f8485ea90fda07e (diff)
downloadfsf-binutils-gdb-a55ff675f931372ba38cc578de488ef7eb8504fa.zip
fsf-binutils-gdb-a55ff675f931372ba38cc578de488ef7eb8504fa.tar.gz
fsf-binutils-gdb-a55ff675f931372ba38cc578de488ef7eb8504fa.tar.bz2
* as.c (show_usage): Document "@FILE".
* gprof.c (usage): Document "@FILE". * lexsup.c (help): Document "@FILE".
Diffstat (limited to 'gprof/gprof.c')
-rw-r--r--gprof/gprof.c2
1 files changed, 1 insertions, 1 deletions
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)