[GRASS-SVN] r56684 - grass/trunk/scripts/v.dissolve

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jun 12 01:16:27 PDT 2013


Author: mmetz
Date: 2013-06-12 01:16:27 -0700 (Wed, 12 Jun 2013)
New Revision: 56684

Modified:
   grass/trunk/scripts/v.dissolve/v.dissolve.py
Log:
v.dissolve requires a valid layer

Modified: grass/trunk/scripts/v.dissolve/v.dissolve.py
===================================================================
--- grass/trunk/scripts/v.dissolve/v.dissolve.py	2013-06-11 12:33:37 UTC (rev 56683)
+++ grass/trunk/scripts/v.dissolve/v.dissolve.py	2013-06-12 08:16:27 UTC (rev 56684)
@@ -23,8 +23,8 @@
 #%end
 #%option G_OPT_V_INPUT
 #%end
-#%option G_OPT_V_FIELD_ALL
-#% label: Layer number or name. If -1, all layers are extracted.
+#%option G_OPT_V_FIELD
+#% label: Layer number or name.
 #% required: no
 #%end
 #%option G_OPT_DB_COLUMN



More information about the grass-commit mailing list