Jelajahi Sumber

v.db.addcolumn, v.db.addtable: better use msg

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@68771 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 8 tahun lalu
induk
melakukan
2807495437

+ 1 - 1
scripts/v.db.addcolumn/v.db.addcolumn.py

@@ -34,7 +34,7 @@
 #% key: columns
 #% type: string
 #% label: Name and type of the new column(s) ('name type [,name type, ...]')
-#% description: Types depend on database backend, but all support VARCHAR(), INT, DOUBLE PRECISION and DATE. Example: 'label varchar(250), type integer'
+#% description: Types depend on database backend, but all support VARCHAR(), INT, DOUBLE PRECISION and DATE. Example: 'label varchar(250), value integer'
 #% required: yes
 #% multiple: yes
 #% key_desc: name type

+ 1 - 1
scripts/v.db.addtable/v.db.addtable.py

@@ -45,7 +45,7 @@
 #% key: columns
 #% type: string
 #% label: Name and type of the new column(s) ('name type [,name type, ...]')
-#% description: Types depend on database backend, but all support VARCHAR(), INT, DOUBLE PRECISION and DATE. Example: 'label varchar(250), type integer'
+#% description: Types depend on database backend, but all support VARCHAR(), INT, DOUBLE PRECISION and DATE. Example: 'label varchar(250), value integer'
 #% required: no
 #% multiple: yes
 #% key_desc: name type