浏览代码

added a little hint about structure of input

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@31890 15284696-431f-4ddb-bdfa-cd5b030d7da7
Moritz Lennert 17 年之前
父节点
当前提交
4c94e6bf13
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/v.db.addcol/v.db.addcol

+ 1 - 1
scripts/v.db.addcol/v.db.addcol

@@ -40,7 +40,7 @@
 #%option
 #% key: columns
 #% type: string
-#% description: Name and type of the new column(s) (types depend on database backend, but all support VARCHAR(), INT, DOUBLE PRECISION and DATE)
+#% description: Name and type of the new column(s) ('name type [,name type, ...]' - types depend on database backend, but all support VARCHAR(), INT, DOUBLE PRECISION and DATE)
 #% required : yes
 #%end