From 08fdf21dad0695c986e346c6da25e03a8c4f64bd Mon Sep 17 00:00:00 2001
From: Mohcine Chraibi <m.chraibi@fz-juelich.de>
Date: Sat, 15 Sep 2018 12:33:03 +0200
Subject: [PATCH] modify description of script

---
 scripts/_Plot_cell_v.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/_Plot_cell_v.py b/scripts/_Plot_cell_v.py
index 8657f655..2467a295 100644
--- a/scripts/_Plot_cell_v.py
+++ b/scripts/_Plot_cell_v.py
@@ -25,7 +25,7 @@ logging.basicConfig(filename=logfile,
 
 
 def getParserArgs():
-    parser = argparse.ArgumentParser(description='Combine French data to one file')
+    parser = argparse.ArgumentParser(description='Plot Voronoi cell. Color depends on velocity')
     parser.add_argument("-f", "--filepath", default="./", help='give the path of source file')
     parser.add_argument("-n", "--namefile", help='give the name of the source file')
     parser.add_argument("-g", "--geoname", help='give the name of the geometry file')
-- 
GitLab