[GRASS-SVN] r63017 - grass/trunk/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 26 03:28:05 PST 2014


Author: martinl
Date: 2014-11-26 03:28:05 -0800 (Wed, 26 Nov 2014)
New Revision: 63017

Modified:
   grass/trunk/lib/gis/parser_standard_options.c
Log:
libgis: G_OPT_M_NULL_VALUE cosmetics

Modified: grass/trunk/lib/gis/parser_standard_options.c
===================================================================
--- grass/trunk/lib/gis/parser_standard_options.c	2014-11-26 11:27:28 UTC (rev 63016)
+++ grass/trunk/lib/gis/parser_standard_options.c	2014-11-26 11:28:05 UTC (rev 63017)
@@ -672,7 +672,7 @@
         Opt->type = TYPE_STRING;
         Opt->required = NO;
         Opt->multiple = NO;
-        Opt->description = _("String representing NULL value data cell");
+        Opt->description = _("String representing NULL value");
         break;
         
     case G_OPT_M_REGION:



More information about the grass-commit mailing list