From 853fd2c45b6bf064cdabe899715e05a365449a09 Mon Sep 17 00:00:00 2001 From: Erwan Velu Date: Wed, 7 Aug 2013 13:20:56 +0200 Subject: [PATCH] fio2gnuplot: Fixing typo in error message --- tools/plot/fio2gnuplot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/plot/fio2gnuplot.py b/tools/plot/fio2gnuplot.py index 6032e4b5..b2530e0a 100755 --- a/tools/plot/fio2gnuplot.py +++ b/tools/plot/fio2gnuplot.py @@ -385,7 +385,7 @@ def main(argv): try: opts, args = getopt.getopt(argv[1:],"ghbio:d:t:p:G:m:M:",['bandwidth', 'iops', 'pattern', 'outputfile', 'outputdir', 'title', 'min_time', 'max_time', 'gnuplot', 'Global', 'help']) except getopt.GetoptError: - print "Error: One of the option passed to the cmdline was supported" + print "Error: One of the option passed to the cmdline was not supported" print "Please fix your command line or read the help (-h option)" sys.exit(2) -- 2.25.1