Browse Source

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 10 years ago
parent
commit
87d74026d1
1 changed files with 1 additions and 2 deletions
  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()