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-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6699a5555d03c016f02f9f8e59378845c60953b4;p=binutils-gdb.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 809843800a5..ca63f168685 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++;