瀏覽代碼

g.extension: cosmetics in description

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@57391 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 年之前
父節點
當前提交
04ac6bd53d
共有 1 個文件被更改,包括 3 次插入2 次删除
  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