[GRASS-SVN] r54217 - grass/trunk/vector/v.in.ogr
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Dec 6 02:59:01 PST 2012
Author: martinl
Date: 2012-12-06 02:59:01 -0800 (Thu, 06 Dec 2012)
New Revision: 54217
Modified:
grass/trunk/vector/v.in.ogr/main.c
Log:
v.in.ogr: update list flag description (see r54216)
Modified: grass/trunk/vector/v.in.ogr/main.c
===================================================================
--- grass/trunk/vector/v.in.ogr/main.c 2012-12-06 10:57:18 UTC (rev 54216)
+++ grass/trunk/vector/v.in.ogr/main.c 2012-12-06 10:59:01 UTC (rev 54217)
@@ -222,8 +222,7 @@
flag.list = G_define_flag();
flag.list->key = 'l';
- flag.list->description = _("List available OGR layers including feature types "
- "in data source and exit");
+ flag.list->description = _("List available OGR layers in data source and exit");
flag.list->guisection = _("Print");
flag.list->suppress_required = YES;
More information about the grass-commit
mailing list