Bläddra i källkod

v.db.join: use standardized options (https://trac.osgeo.org/grass/ticket/2409)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@63098 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 10 år sedan
förälder
incheckning
0aa4cfc935
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3 3
      scripts/v.db.join/v.db.join.py

+ 3 - 3
scripts/v.db.join/v.db.join.py

@@ -37,20 +37,20 @@
 #%end
 
 #%option G_OPT_DB_TABLE
-#% key: otable
+#% key: other_table
 #% description: Other table name
 #% required: yes
 #% guidependency: ocolumn,scolumns
 #%end
 
 #%option G_OPT_DB_COLUMN
-#% key: ocolumn
+#% key: other_column
 #% description: Identifier column (e.g.: id) in the other table used for join
 #% required: yes
 #%end
 
 #%option G_OPT_DB_COLUMN
-#% key: scolumns
+#% key: subset_columns
 #% multiple: yes
 #% required: no
 #% description: Subset of columns from the other table