From 265a202706aaa538297599f4c683b781a3ecaedb Mon Sep 17 00:00:00 2001 From: Erwan Velu Date: Wed, 7 Aug 2013 15:32:02 +0200 Subject: [PATCH] fio2gnuplot: Removing .py extension It's pretty boring having the .py extension to the tool. Let's remove it ! --- Makefile | 2 +- tools/plot/{fio2gnuplot.py => fio2gnuplot} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename tools/plot/{fio2gnuplot.py => fio2gnuplot} (99%) diff --git a/Makefile b/Makefile index 8494b27e..31cd371c 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ OPTFLAGS= -O3 -g -ffast-math CFLAGS = -std=gnu99 -Wwrite-strings -Wall -Wdeclaration-after-statement $(OPTFLAGS) $(EXTFLAGS) $(BUILD_CFLAGS) LIBS += -lm $(EXTLIBS) PROGS = fio -SCRIPTS = tools/fio_generate_plots tools/plot/fio2gnuplot.py tools/genfio +SCRIPTS = tools/fio_generate_plots tools/plot/fio2gnuplot tools/genfio ifdef CONFIG_GFIO PROGS += gfio diff --git a/tools/plot/fio2gnuplot.py b/tools/plot/fio2gnuplot similarity index 99% rename from tools/plot/fio2gnuplot.py rename to tools/plot/fio2gnuplot index 31fc219f..f1e6a983 100755 --- a/tools/plot/fio2gnuplot.py +++ b/tools/plot/fio2gnuplot @@ -358,7 +358,7 @@ def render_gnuplot(fio_data_file, gnuplot_output_dir): sys.exit(1); def print_help(): - print 'fio2gnuplot.py -ghbiodvk -t -o <outputfile> -p <pattern> -G <type> -m <time> -M <time>' + print 'fio2gnuplot -ghbiodvk -t <title> -o <outputfile> -p <pattern> -G <type> -m <time> -M <time>' print print '-h --help : Print this help' print '-p <pattern> or --pattern <pattern> : A pattern in regexp to select fio input files' -- 2.25.1