git-svn-id: https://svn.osgeo.org/grass/grass/trunk@62933 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -33,7 +33,6 @@
#% required : no
#%End
#%option G_OPT_F_OUTPUT
-#% key: eps
#% description: Name for optional EPS output file
#%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()