From: Erwan Velu Date: Wed, 31 Jul 2013 10:15:24 +0000 (+0200) Subject: fio2gnuplot: Fixing help message X-Git-Tag: fio-2.1.2~12 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=18fdb640bccc3094d5ff7241d798f8a4870cb16b fio2gnuplot: Fixing help message Some options were missing on the main description. --- diff --git a/tools/plot/fio2gnuplot.py b/tools/plot/fio2gnuplot.py index e749c515..203908a6 100755 --- a/tools/plot/fio2gnuplot.py +++ b/tools/plot/fio2gnuplot.py @@ -319,7 +319,7 @@ def render_gnuplot(fio_data_file, gnuplot_output_dir): sys.exit(1); def print_help(): - print 'fio2gnuplot.py -ghbio -t -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'