|
@@ -24,13 +24,13 @@ usage()
|
|
|
echo " can be processed by this script to generate a plot named activity.eps"
|
|
|
echo ""
|
|
|
echo " Typical usage:"
|
|
|
- echo " ./starpu_fxt_tool -i /tmp/prof_file_foo"
|
|
|
+ echo " ./starpu_fxt_tool -i /tmp/prof_file_foo &&"
|
|
|
echo " $PROGNAME activity.data"
|
|
|
echo ""
|
|
|
echo "Options:"
|
|
|
echo " -h, --help display this help and exit"
|
|
|
echo " -v, --version output version information and exit"
|
|
|
- echo " -d directory where to save output files, by default current directory"
|
|
|
+ echo " -d directory where to save output files, by default current directory"
|
|
|
echo ""
|
|
|
echo "Report bugs to <@PACKAGE_BUGREPORT@>"
|
|
|
exit 0
|