X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=tools%2Fplot%2Ffio2gnuplot;fp=tools%2Fplot%2Ffio2gnuplot;h=2d64a6ea07129887672cdecdb693b72f4676befa;hp=71fb02eb947d5ee33c58df2a9f06009687beb293;hb=30e472c9a11dcdd02e2b38b510c27cc3deb95931;hpb=c60587f663d2b800bdae254e86da84b4cfd070e8 diff --git a/tools/plot/fio2gnuplot b/tools/plot/fio2gnuplot index 71fb02eb..2d64a6ea 100755 --- a/tools/plot/fio2gnuplot +++ b/tools/plot/fio2gnuplot @@ -403,13 +403,13 @@ def main(argv): if not os.path.isfile(gpm_dir+'math.gpm'): gpm_dir="/usr/local/share/fio/" if not os.path.isfile(gpm_dir+'math.gpm'): - print "Looks like fio didn't got installed properly as no gpm files found in '/usr/share/fio' or '/usr/local/share/fio'\n" + print "Looks like fio didn't get installed properly as no gpm files found in '/usr/share/fio' or '/usr/local/share/fio'\n" sys.exit(3) try: opts, args = getopt.getopt(argv[1:],"ghkbivo:d:t:p:G:m:M:",['bandwidth', 'iops', 'pattern', 'outputfile', 'outputdir', 'title', 'min_time', 'max_time', 'gnuplot', 'Global', 'help', 'verbose','keep']) except getopt.GetoptError: - print "Error: One of the option passed to the cmdline was not supported" + print "Error: One of the options passed to the cmdline was not supported" print "Please fix your command line or read the help (-h option)" sys.exit(2)