[GRASS-SVN] r70629 - grass/trunk/vector/v.distance
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Feb 19 13:55:23 PST 2017
Author: hcho
Date: 2017-02-19 13:55:23 -0800 (Sun, 19 Feb 2017)
New Revision: 70629
Modified:
grass/trunk/vector/v.distance/main.c
Log:
v.distance: better description for table=
Modified: grass/trunk/vector/v.distance/main.c
===================================================================
--- grass/trunk/vector/v.distance/main.c 2017-02-19 21:50:15 UTC (rev 70628)
+++ grass/trunk/vector/v.distance/main.c 2017-02-19 21:55:23 UTC (rev 70629)
@@ -231,7 +231,7 @@
opt.table = G_define_standard_option(G_OPT_DB_TABLE);
opt.table->gisprompt = "new_dbtable,dbtable,dbtable";
- opt.table->description = _("Name of table created");
+ opt.table->description = _("Name for new attribute table");
opt.sep = G_define_standard_option(G_OPT_F_SEP);
opt.sep->label = _("Field separator for printing output to stdout");
More information about the grass-commit
mailing list