[GRASS-SVN] r39162 - in grass/trunk/display: d.rast d.vect
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Sep 12 20:02:41 EDT 2009
Author: martinl
Date: 2009-09-12 20:02:41 -0400 (Sat, 12 Sep 2009)
New Revision: 39162
Modified:
grass/trunk/display/d.rast/main.c
grass/trunk/display/d.vect/main.c
Log:
cosmetics in d.rast/vect module desc
Modified: grass/trunk/display/d.rast/main.c
===================================================================
--- grass/trunk/display/d.rast/main.c 2009-09-12 23:18:17 UTC (rev 39161)
+++ grass/trunk/display/d.rast/main.c 2009-09-13 00:02:41 UTC (rev 39162)
@@ -52,10 +52,8 @@
module = G_define_module();
G_add_keyword(_("display"));
G_add_keyword(_("raster"));
- module->description =
- _("Displays and overlays raster map layers "
- "in the active display frame on the graphics monitor.");
-
+ module->description = _("Displays raster map layer in the active map display window.");
+
/* set up command line */
map = G_define_standard_option(G_OPT_R_MAP);
map->description = _("Raster map to be displayed");
Modified: grass/trunk/display/d.vect/main.c
===================================================================
--- grass/trunk/display/d.vect/main.c 2009-09-12 23:18:17 UTC (rev 39161)
+++ grass/trunk/display/d.vect/main.c 2009-09-13 00:02:41 UTC (rev 39162)
@@ -3,9 +3,8 @@
*
* MODULE: d.vect
* AUTHOR(S): CERL, Radim Blazek, others
- * PURPOSE: Display the binary vector file that the user wants displayed
- * on top of the current image.
- * COPYRIGHT: (C) 2004-2008 by the GRASS Development Team
+ * PURPOSE: Display the vector map in map display
+ * COPYRIGHT: (C) 2004-2009 by the GRASS Development Team
*
* This program is free software under the GNU General Public
* License (>=v2). Read the file COPYING that comes with GRASS
@@ -118,10 +117,8 @@
module = G_define_module();
G_add_keyword(_("display"));
G_add_keyword(_("vector"));
- module->description =
- _("Displays vector data in the active "
- "frame on the graphics monitor.");
-
+ module->description = _("Displays vector map layer in the active map display window.");
+
map_opt = G_define_standard_option(G_OPT_V_MAP);
display_opt = G_define_option();
More information about the grass-commit
mailing list