Quellcode durchsuchen

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 vor 10 Jahren
Ursprung
Commit
87d74026d1
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
  1. 1 2
      scripts/d.polar/d.polar.py

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

@@ -33,7 +33,6 @@
 #% required : no
 #% required : no
 #%End
 #%End
 #%option G_OPT_F_OUTPUT
 #%option G_OPT_F_OUTPUT
-#% key: eps
 #% description: Name for optional EPS output file
 #% description: Name for optional EPS output file
 #% required : no
 #% required : no
 #%end
 #%end
@@ -384,7 +383,7 @@ def main():
 
 
     map = options['map']
     map = options['map']
     undef = options['undef']
     undef = options['undef']
-    eps = options['eps']
+    eps = options['output']
     xgraph = flags['x']
     xgraph = flags['x']
 
 
     tmp = grass.tempfile()
     tmp = grass.tempfile()