[GRASS-SVN] r54303 - grass/trunk/scripts/r.mask
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Dec 15 15:34:27 PST 2012
Author: martinl
Date: 2012-12-15 15:34:27 -0800 (Sat, 15 Dec 2012)
New Revision: 54303
Modified:
grass/trunk/scripts/r.mask/r.mask.py
Log:
r.mask: improve param's description (raster/vector)
Modified: grass/trunk/scripts/r.mask/r.mask.py
===================================================================
--- grass/trunk/scripts/r.mask/r.mask.py 2012-12-15 23:25:33 UTC (rev 54302)
+++ grass/trunk/scripts/r.mask/r.mask.py 2012-12-15 23:34:27 UTC (rev 54303)
@@ -29,24 +29,27 @@
#%option
#% key: maskcats
#% type: string
-#% description: Category values to use for mask (format: 1 2 3 thru 7 *)
+#% description: Category values to use for mask (raster; format: 1 2 3 thru 7 *)
#% answer: *
#% guisection: Raster
#%end
#%option G_OPT_V_INPUT
#% key: vector
-#% description: Name of vector map to use as mask
+#% label: Name of vector map to use as mask
#% required: NO
#% guisection: Vector
#%end
#%option G_OPT_V_FIELD
+#% label: Layer number or name (vector)
#% required: NO
#% guisection: Vector
#%end
#%option G_OPT_V_CATS
+#% label: Category values (vector)
#% guisection: Vector
#%end
#%option G_OPT_DB_WHERE
+#% label: WHERE conditions of SQL statement without 'where' keyword (vector)
#% guisection: Vector
#%end
#%flag
More information about the grass-commit
mailing list