Browse Source

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 years ago
parent
commit
0aa4cfc935
1 changed files with 3 additions and 3 deletions
  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
 #%end
 
 
 #%option G_OPT_DB_TABLE
 #%option G_OPT_DB_TABLE
-#% key: otable
+#% key: other_table
 #% description: Other table name
 #% description: Other table name
 #% required: yes
 #% required: yes
 #% guidependency: ocolumn,scolumns
 #% guidependency: ocolumn,scolumns
 #%end
 #%end
 
 
 #%option G_OPT_DB_COLUMN
 #%option G_OPT_DB_COLUMN
-#% key: ocolumn
+#% key: other_column
 #% description: Identifier column (e.g.: id) in the other table used for join
 #% description: Identifier column (e.g.: id) in the other table used for join
 #% required: yes
 #% required: yes
 #%end
 #%end
 
 
 #%option G_OPT_DB_COLUMN
 #%option G_OPT_DB_COLUMN
-#% key: scolumns
+#% key: subset_columns
 #% multiple: yes
 #% multiple: yes
 #% required: no
 #% required: no
 #% description: Subset of columns from the other table
 #% description: Subset of columns from the other table