[GRASS-SVN] r57659 - grass/branches/releasebranch_6_4/vector/v.distance

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Sep 13 18:55:03 PDT 2013


Author: hamish
Date: 2013-09-13 18:55:02 -0700 (Fri, 13 Sep 2013)
New Revision: 57659

Modified:
   grass/branches/releasebranch_6_4/vector/v.distance/main.c
Log:
table opt desc improvement (merge from devbr6, r50172)

Modified: grass/branches/releasebranch_6_4/vector/v.distance/main.c
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.distance/main.c	2013-09-14 01:51:43 UTC (rev 57658)
+++ grass/branches/releasebranch_6_4/vector/v.distance/main.c	2013-09-14 01:55:02 UTC (rev 57659)
@@ -211,7 +211,7 @@
     table_opt = G_define_standard_option(G_OPT_TABLE);
     table_opt->gisprompt = "new_dbtable,dbtable,dbtable";
     table_opt->description =
-	_("Name of table created for output when the distance to all flag is used");
+	_("Name of table created when the 'distance to all' flag is used");
 
     print_flag = G_define_flag();
     print_flag->key = 'p';



More information about the grass-commit mailing list