Browse Source

Base names are optional.

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@51867 15284696-431f-4ddb-bdfa-cd5b030d7da7
Soeren Gebbert 13 years ago
parent
commit
2ee20f8ecf
1 changed files with 6 additions and 1 deletions
  1. 6 1
      temporal/t.rast.extract/t.rast.extract.py

+ 6 - 1
temporal/t.rast.extract/t.rast.extract.py

@@ -37,7 +37,12 @@
 #%option G_OPT_STRDS_OUTPUT
 #%end
 
-#%option G_OPT_R_BASE
+#%option
+#% key: base
+#% type: string
+#% description: The base name of the new created raster maps. This name will be extended with a numerical prefix
+#% required: no
+#% multiple: no
 #% gisprompt: 
 #%end