Browse Source

v.select: attempt to improve parameter description

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@62083 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 10 năm trước cách đây
mục cha
commit
66b1fb97cf
2 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 2 2
      vector/v.select/args.c
  2. 1 1
      vector/v.select/main.c

+ 2 - 2
vector/v.select/args.c

@@ -9,7 +9,7 @@ void parse_options(struct GParm *parm, struct GFlag *flag)
     char *desc;
 
     parm->input[0] = G_define_standard_option(G_OPT_V_INPUT);
-    parm->input[0]->description = _("Name of input vector map (A)");
+    parm->input[0]->description = _("Input vector map from which to select features (A)");
     parm->input[0]->key = "ainput";
 
     parm->field[0] = G_define_standard_option(G_OPT_V_FIELD);
@@ -23,7 +23,7 @@ void parse_options(struct GParm *parm, struct GFlag *flag)
     parm->type[0]->guisection = _("Selection");
 
     parm->input[1] = G_define_standard_option(G_OPT_V_INPUT);
-    parm->input[1]->description = _("Name of input vector map (B)");
+    parm->input[1]->description = _("Query vector map (B)");
     parm->input[1]->key = "binput";
 
     parm->field[1] = G_define_standard_option(G_OPT_V_FIELD);

+ 1 - 1
vector/v.select/main.c

@@ -7,7 +7,7 @@
  *               Markus Neteler <neteler itc.it>
  *               Martin Landa <landa.martin gmail.com> (GEOS support)
  * PURPOSE:      Select features from one map by features in another map.
- * COPYRIGHT:    (C) 2003-2011 by the GRASS Development Team
+ * COPYRIGHT:    (C) 2003-2014 by the GRASS Development Team
  *
  *               This program is free software under the GNU General
  *               Public License (>=v2). Read the file COPYING that