aboutsummaryrefslogtreecommitdiff
path: root/gprof
diff options
context:
space:
mode:
authorSean Eric Fagan <sef@cygnus>1993-04-14 00:04:18 +0000
committerSean Eric Fagan <sef@cygnus>1993-04-14 00:04:18 +0000
commit6699a5555d03c016f02f9f8e59378845c60953b4 (patch)
tree1d10f1e751350062955316d005c975df725d318b /gprof
parent9d65137307d0efc6f2623614747ffc30b4ef26eb (diff)
downloadfsf-binutils-gdb-6699a5555d03c016f02f9f8e59378845c60953b4.zip
fsf-binutils-gdb-6699a5555d03c016f02f9f8e59378845c60953b4.tar.gz
fsf-binutils-gdb-6699a5555d03c016f02f9f8e59378845c60953b4.tar.bz2
gprof(1) can have more than one profile data file, so have the usage
message reflect that.
Diffstat (limited to 'gprof')
-rw-r--r--gprof/gprof.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/gprof.c b/gprof/gprof.c
index 8098438..ca63f16 100644
--- a/gprof/gprof.c
+++ b/gprof/gprof.c
@@ -116,7 +116,7 @@ main(argc, argv)
[-E function-name] [-e function-name] \
[-F function-name] [-f function-name] \
[-k from to] [-s] [-T] [-z] [image-file] \
-[profile file]\n");
+[profile file(s)]\n");
exit (1);
}
argv++;