[GRASS-SVN] r32922 - grass/branches/develbranch_6/display/d.vect
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Aug 20 08:53:01 EDT 2008
Author: martinl
Date: 2008-08-20 08:53:01 -0400 (Wed, 20 Aug 2008)
New Revision: 32922
Modified:
grass/branches/develbranch_6/display/d.vect/main.c
Log:
d.vect: typo in flag description
Modified: grass/branches/develbranch_6/display/d.vect/main.c
===================================================================
--- grass/branches/develbranch_6/display/d.vect/main.c 2008-08-20 12:30:29 UTC (rev 32921)
+++ grass/branches/develbranch_6/display/d.vect/main.c 2008-08-20 12:53:01 UTC (rev 32922)
@@ -366,7 +366,7 @@
zcol_flag = G_define_flag();
zcol_flag->key = 'z';
- zcol_flag->description = _("Colorize polygons according to z height)");
+ zcol_flag->description = _("Colorize polygons according to z height");
/* Check command line */
if (G_parser(argc, argv))
More information about the grass-commit
mailing list