Explorar el Código

d.polar: use standardized options (https://trac.osgeo.org/grass/ticket/2409)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@62933 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa hace 10 años
padre
commit
87d74026d1
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      scripts/d.polar/d.polar.py

+ 1 - 2
scripts/d.polar/d.polar.py

@@ -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 @@ def main():
 
     map = options['map']
     undef = options['undef']
-    eps = options['eps']
+    eps = options['output']
     xgraph = flags['x']
 
     tmp = grass.tempfile()