瀏覽代碼

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

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@63105 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 10 年之前
父節點
當前提交
8bae46adfd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      vector/v.external/args.c

+ 1 - 1
vector/v.external/args.c

@@ -9,7 +9,7 @@ void parse_args(int argc, char **argv,
 		struct _options *options, struct _flags* flags)
 {
     options->dsn = G_define_option();
-    options->dsn->key = "dsn";
+    options->dsn->key = "input";
     options->dsn->type = TYPE_STRING;
     options->dsn->label = _("Name of input OGR or PostGIS data source");
     options->dsn->description = _("Examples:\n"