[GRASS-SVN] r39484 - grass/trunk/vector/v.out.ogr
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Oct 11 05:58:23 EDT 2009
Author: martinl
Date: 2009-10-11 05:58:21 -0400 (Sun, 11 Oct 2009)
New Revision: 39484
Modified:
grass/trunk/vector/v.out.ogr/main.c
Log:
v.out.ogr cosmetics in usage desc
Modified: grass/trunk/vector/v.out.ogr/main.c
===================================================================
--- grass/trunk/vector/v.out.ogr/main.c 2009-10-11 08:49:18 UTC (rev 39483)
+++ grass/trunk/vector/v.out.ogr/main.c 2009-10-11 09:58:21 UTC (rev 39484)
@@ -86,8 +86,10 @@
module = G_define_module();
G_add_keyword(_("vector"));
G_add_keyword(_("export"));
+ G_add_keyword(_("ogr"));
+
module->description =
- _("Converts to one of the supported OGR vector formats.");
+ _("Converts GRASS vector map to one of the supported OGR vector formats.");
in_opt = G_define_standard_option(G_OPT_V_INPUT);
@@ -158,7 +160,7 @@
cat_flag = G_define_flag();
cat_flag->key = 'c';
cat_flag->description = _("Also export features without category (not labeled). "
- "Otherwise only features with category are exported");
+ "Otherwise only features with category are exported.");
esristyle = G_define_flag();
esristyle->key = 'e';
More information about the grass-commit
mailing list