[GRASS-SVN] r54559 - grass/trunk/vector/v.to.db

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jan 7 08:23:15 PST 2013


Author: martinl
Date: 2013-01-07 08:23:15 -0800 (Mon, 07 Jan 2013)
New Revision: 54559

Modified:
   grass/trunk/vector/v.to.db/parse.c
Log:
v.to.db: description cosmetics


Modified: grass/trunk/vector/v.to.db/parse.c
===================================================================
--- grass/trunk/vector/v.to.db/parse.c	2013-01-07 16:18:57 UTC (rev 54558)
+++ grass/trunk/vector/v.to.db/parse.c	2013-01-07 16:23:15 UTC (rev 54559)
@@ -129,7 +129,7 @@
     flags.t = G_define_flag();
     flags.t->key = 'c';
     flags.t->description =
-	_("Prints also totals for options: length,area,count");
+	_("Print also totals for option length, area, or count");
     flags.t->guisection = _("Print");
     flags.t->suppress_required = YES;
 



More information about the grass-commit mailing list