[GRASS-SVN] r62933 - grass/trunk/scripts/d.polar

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Nov 25 06:13:56 PST 2014


Author: martinl
Date: 2014-11-25 06:13:56 -0800 (Tue, 25 Nov 2014)
New Revision: 62933

Modified:
   grass/trunk/scripts/d.polar/d.polar.py
Log:
d.polar: use standardized options (#2409)


Modified: grass/trunk/scripts/d.polar/d.polar.py
===================================================================
--- grass/trunk/scripts/d.polar/d.polar.py	2014-11-25 11:36:32 UTC (rev 62932)
+++ grass/trunk/scripts/d.polar/d.polar.py	2014-11-25 14:13:56 UTC (rev 62933)
@@ -33,7 +33,6 @@
 #% required : no
 #%End
 #%option G_OPT_F_OUTPUT
-#% key: eps
 #% description: Name for optional EPS output file
 #% required : no
 #%end
@@ -384,7 +383,7 @@
 
     map = options['map']
     undef = options['undef']
-    eps = options['eps']
+    eps = options['output']
     xgraph = flags['x']
 
     tmp = grass.tempfile()



More information about the grass-commit mailing list