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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jun 4 21:48:03 PDT 2014


Author: hcho
Date: 2014-06-04 21:48:03 -0700 (Wed, 04 Jun 2014)
New Revision: 60712

Modified:
   grass/trunk/lib/gis/parser.c
Log:
G_parser(): minor cosmetics

Modified: grass/trunk/lib/gis/parser.c
===================================================================
--- grass/trunk/lib/gis/parser.c	2014-06-05 00:22:24 UTC (rev 60711)
+++ grass/trunk/lib/gis/parser.c	2014-06-05 04:48:03 UTC (rev 60712)
@@ -526,6 +526,7 @@
 		while (*(++ptr))
 		    set_flag(*ptr);
 	    }
+
 	    /* If we see standard option format (option=val) */
 	    else if (is_option(ptr)) {
 		set_option(ptr);
@@ -543,7 +544,7 @@
 
 	    /* If we see the non valid argument (no "=", just argument) */
 	    else {
-		G_asprintf(&err, _("Sorry <%s> is not a valid option"), ptr);
+		G_asprintf(&err, _("Sorry, <%s> is not a valid option"), ptr);
 		append_error(err);
 	    }
 



More information about the grass-commit mailing list