浏览代码

fix dbtable gisprompt

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@38093 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 16 年之前
父节点
当前提交
18c018b28f
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      scripts/db.dropcolumn/db.dropcolumn.py
  2. 1 1
      scripts/db.droptable/db.droptable.py

+ 1 - 1
scripts/db.dropcolumn/db.dropcolumn.py

@@ -33,7 +33,7 @@
 #% key_desc : name
 #% description: Table from which to drop attribute column
 #% required : yes
-#% gisprompt: old,dbtable,dbtable
+#% gisprompt: old_dbtable,dbtable,dbtable
 #%end
 
 #%option

+ 1 - 1
scripts/db.droptable/db.droptable.py

@@ -31,7 +31,7 @@
 #% key_desc : name
 #% description: Table to drop
 #% required : yes
-#% gisprompt: old,dbtable,dbtable
+#% gisprompt: old_dbtable,dbtable,dbtable
 #%end
 
 import sys