gprof(1) can have more than one profile data file, so have the usage
authorSean Eric Fagan <sef@cygnus>
Wed, 14 Apr 1993 00:04:18 +0000 (00:04 +0000)
committerSean Eric Fagan <sef@cygnus>
Wed, 14 Apr 1993 00:04:18 +0000 (00:04 +0000)
message reflect that.

gprof/gprof.c

index 809843800a58fa99acd36cf88caf53560edf658b..ca63f1686851a9554bddcbdc58a3c94cffdcc659 100644 (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++;
This page took 0.026264 seconds and 4 git commands to generate.