[GRASS-SVN] r68382 - grass-addons/grass7/raster/r.to.vect.lines
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri May 6 07:49:38 PDT 2016
Author: neteler
Date: 2016-05-06 07:49:38 -0700 (Fri, 06 May 2016)
New Revision: 68382
Modified:
grass-addons/grass7/raster/r.to.vect.lines/r.to.vect.lines.py
Log:
r.to.vect.lines: fix broken gisprompt
Modified: grass-addons/grass7/raster/r.to.vect.lines/r.to.vect.lines.py
===================================================================
--- grass-addons/grass7/raster/r.to.vect.lines/r.to.vect.lines.py 2016-05-06 10:26:03 UTC (rev 68381)
+++ grass-addons/grass7/raster/r.to.vect.lines/r.to.vect.lines.py 2016-05-06 14:49:38 UTC (rev 68382)
@@ -30,7 +30,7 @@
#% key: input
#% type: string
#% key_desc: name
-#% gisprompt: "old,cell,raster";
+#% gisprompt: "old,cell,raster"
#% required: yes
#% description: Name of input raster map
#%end
@@ -38,7 +38,7 @@
#% key: output
#% type: string
#% key_desc: name
-#% gisprompt: "new,vector,vector";
+#% gisprompt: "new,vector,vector"
#% required: yes
#% description: Name for output vector map
#%end
More information about the grass-commit
mailing list