fio2gnuplot: Fixing typo in error message
authorErwan Velu <erwan@enovance.com>
Wed, 7 Aug 2013 11:20:56 +0000 (13:20 +0200)
committerErwan Velu <erwan@enovance.com>
Wed, 7 Aug 2013 11:20:56 +0000 (13:20 +0200)
tools/plot/fio2gnuplot.py

index 6032e4b55ab40ce8ab0bef36fc865cd3d72c4be0..b2530e0a0dbdf5ad9ba5f2ede4de95dc4ef03453 100755 (executable)
@@ -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)