From 30e472c9a11dcdd02e2b38b510c27cc3deb95931 Mon Sep 17 00:00:00 2001 From: Bruce Cran Date: Mon, 4 Nov 2013 11:59:43 +0000 Subject: [PATCH] Fix a couple of typos in fio2gnuplot. Signed-off-by: Jens Axboe --- tools/plot/fio2gnuplot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.25.1