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

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jan 13 21:11:34 EST 2012


Author: hamish
Date: 2012-01-13 18:11:34 -0800 (Fri, 13 Jan 2012)
New Revision: 50174

Modified:
   grass/branches/releasebranch_6_4/vector/v.distance/main.c
Log:
cleanup 'distance-to-all' flag description

Modified: grass/branches/releasebranch_6_4/vector/v.distance/main.c
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.distance/main.c	2012-01-14 02:09:15 UTC (rev 50173)
+++ grass/branches/releasebranch_6_4/vector/v.distance/main.c	2012-01-14 02:11:34 UTC (rev 50174)
@@ -224,7 +224,9 @@
     all_flag->key = 'a';
     all_flag->label =
 	_("Calculate distances to all features within the threshold");
-    all_flag->description = _("The output is written to stdout but may be uploaded " "to a new table created by this module. " "From categories are may be multiple.");	/* huh? */
+    all_flag->description =
+	_("Output is written to stdout but may be uploaded to a new table "
+	  "created by this module; multiple 'upload' options may be used.");
 
     if (G_parser(argc, argv))
 	exit(EXIT_FAILURE);



More information about the grass-commit mailing list