gprof(1) can have more than one profile data file, so have the usage

message reflect that.
This commit is contained in:
Sean Eric Fagan 1993-04-14 00:04:18 +00:00
parent 9d65137307
commit 6699a5555d

View File

@ -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++;