[GRASS-SVN] r62946 - grass/trunk/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Nov 25 07:08:18 PST 2014
Author: martinl
Date: 2014-11-25 07:08:18 -0800 (Tue, 25 Nov 2014)
New Revision: 62946
Modified:
grass/trunk/lib/gis/parser_standard_options.c
Log:
libgis: report none color also for G_OPT_C_FG
Modified: grass/trunk/lib/gis/parser_standard_options.c
===================================================================
--- grass/trunk/lib/gis/parser_standard_options.c 2014-11-25 15:07:12 UTC (rev 62945)
+++ grass/trunk/lib/gis/parser_standard_options.c 2014-11-25 15:08:18 UTC (rev 62946)
@@ -588,7 +588,8 @@
Opt->answer = DEFAULT_FG_COLOR;
Opt->gisprompt = "old,color,color";
Opt->label = _("Color");
- Opt->description = _("Either a standard color name or R:G:B triplet");
+ Opt->description =
+ _("Either a standard color name, R:G:B triplet, or \"none\"");
break;
case G_OPT_C_BG:
Opt->key = "bgcolor";
More information about the grass-commit
mailing list