fio2gnuplot: Fixing help message
authorErwan Velu <erwan@enovance.com>
Wed, 31 Jul 2013 10:15:24 +0000 (12:15 +0200)
committerErwan Velu <erwan@enovance.com>
Wed, 31 Jul 2013 10:15:24 +0000 (12:15 +0200)
Some options were missing on the main description.

tools/plot/fio2gnuplot.py

index e749c515edae593cc901c1000384731f9d0cbec7..203908a62a51905873d7437bde30f6ee806d23c4 100755 (executable)
@@ -319,7 +319,7 @@ def render_gnuplot(fio_data_file, gnuplot_output_dir):
                sys.exit(1);
 
 def print_help():
-    print 'fio2gnuplot.py -ghbio -t <title> -o <outputfile> -p <pattern>'
+    print 'fio2gnuplot.py -ghbiod -t <title> -o <outputfile> -p <pattern> -G <type>'
     print
     print '-h --help                           : Print this help'
     print '-p <pattern> or --pattern <pattern> : A pattern in regexp to select fio input files'