|
@@ -30,8 +30,9 @@ static void usage()
|
|
|
fprintf(stderr, "Usage: %s [ options ]\n", PROGNAME);
|
|
|
fprintf(stderr, "\n");
|
|
|
fprintf(stderr, "Options:\n");
|
|
|
- fprintf(stderr, " -i <input file> specify the input file. This can be specified several\n");
|
|
|
- fprintf(stderr, " times for MPI execution case\n");
|
|
|
+ fprintf(stderr, " -i <input file[s]> specify the input file[s]. Several files can be provided,\n");
|
|
|
+ fprintf(stderr, " or the option specified several times for MPI execution\n");
|
|
|
+ fprintf(stderr, " case\n");
|
|
|
fprintf(stderr, " -o <output file> specify the output file\n");
|
|
|
fprintf(stderr, " -c use a different colour for every type of task\n");
|
|
|
fprintf(stderr, " -no-events do not show events\n");
|