[GRASS-SVN] r51160 - sandbox/martinl/v.test
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Mar 26 08:21:11 EDT 2012
Author: martinl
Date: 2012-03-26 05:21:10 -0700 (Mon, 26 Mar 2012)
New Revision: 51160
Modified:
sandbox/martinl/v.test/main.c
Log:
v.test: cosmetics in description
Modified: sandbox/martinl/v.test/main.c
===================================================================
--- sandbox/martinl/v.test/main.c 2012-03-26 06:52:14 UTC (rev 51159)
+++ sandbox/martinl/v.test/main.c 2012-03-26 12:21:10 UTC (rev 51160)
@@ -82,7 +82,7 @@
flag.s = G_define_flag();
flag.s->key = 's';
- flag.s->description = _("Sequential access");
+ flag.s->description = _("Sequential access instead of random access");
flag.r = G_define_flag();
flag.r->key = 'r';
More information about the grass-commit
mailing list