[GRASS-SVN] r44513 - grass/trunk/display/d.rast

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Dec 2 05:59:42 EST 2010


Author: martinl
Date: 2010-12-02 02:59:42 -0800 (Thu, 02 Dec 2010)
New Revision: 44513

Modified:
   grass/trunk/display/d.rast/main.c
Log:
d.rast: more guisections


Modified: grass/trunk/display/d.rast/main.c
===================================================================
--- grass/trunk/display/d.rast/main.c	2010-12-02 10:39:32 UTC (rev 44512)
+++ grass/trunk/display/d.rast/main.c	2010-12-02 10:59:42 UTC (rev 44513)
@@ -56,7 +56,7 @@
     
     /* set up command line */
     map = G_define_standard_option(G_OPT_R_MAP);
-    map->description = _("Raster map to be displayed");
+    map->description = _("Name of raster map to be displayed");
 
     vallist = G_define_option();
     vallist->key = "values";
@@ -72,10 +72,12 @@
     bg->gisprompt = "old_color,color,color";
     bg->label = _("Background color (for null)");
     bg->description = _("Either a standard color name or R:G:B triplet");
+    bg->guisection = _("Null cells");
 
     flag_n = G_define_flag();
     flag_n->key = 'n';
     flag_n->description = _("Make null cells opaque");
+    flag_n->guisection = _("Null cells");
 
     flag_i = G_define_flag();
     flag_i->key = 'i';



More information about the grass-commit mailing list