From: Sean Eric Fagan Date: Wed, 14 Apr 1993 00:04:18 +0000 (+0000) Subject: gprof(1) can have more than one profile data file, so have the usage X-Git-Tag: gdb-4_18~19569 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6699a5555d03c016f02f9f8e59378845c60953b4;p=external%2Fbinutils.git gprof(1) can have more than one profile data file, so have the usage message reflect that. --- 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++;