[GRASS-SVN] r57391 - grass/trunk/scripts/g.extension

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Aug 4 05:26:50 PDT 2013


Author: martinl
Date: 2013-08-04 05:26:50 -0700 (Sun, 04 Aug 2013)
New Revision: 57391

Modified:
   grass/trunk/scripts/g.extension/g.extension.py
Log:
g.extension: cosmetics in description


Modified: grass/trunk/scripts/g.extension/g.extension.py
===================================================================
--- grass/trunk/scripts/g.extension/g.extension.py	2013-08-04 11:37:35 UTC (rev 57390)
+++ grass/trunk/scripts/g.extension/g.extension.py	2013-08-04 12:26:50 UTC (rev 57391)
@@ -29,7 +29,8 @@
 #% key: extension
 #% type: string
 #% key_desc: name
-#% description: Name of extension to install/remove
+#% label: Name of extension to install or remove
+#% description: Name of toolbox (set of extensions) when -t flag is given
 #% required: yes
 #%end
 #%option
@@ -110,7 +111,7 @@
 #%end
 #%flag
 #% key: t
-#% description: Operate on toolboxes instead of single modules
+#% description: Operate on toolboxes instead of single modules (experimental)
 #% suppress_required: yes
 #%end
 



More information about the grass-commit mailing list