Explorar o código

g.extension: cosmetics in description

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@57391 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa %!s(int64=11) %!d(string=hai) anos
pai
achega
04ac6bd53d
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      scripts/g.extension/g.extension.py

+ 3 - 2
scripts/g.extension/g.extension.py

@@ -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