[GRASS-SVN] r53226 - grass/branches/develbranch_6/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Sep 18 14:56:22 PDT 2012


Author: neteler
Date: 2012-09-18 14:56:21 -0700 (Tue, 18 Sep 2012)
New Revision: 53226

Modified:
   grass/branches/develbranch_6/lib/gis/parser.c
Log:
beautify Field separator (from G7)

Modified: grass/branches/develbranch_6/lib/gis/parser.c
===================================================================
--- grass/branches/develbranch_6/lib/gis/parser.c	2012-09-18 21:56:13 UTC (rev 53225)
+++ grass/branches/develbranch_6/lib/gis/parser.c	2012-09-18 21:56:21 UTC (rev 53226)
@@ -650,7 +650,8 @@
 	Opt->key_desc = "character";
 	Opt->required = NO;
 	Opt->answer = "|";
-	Opt->description = _("Field separator");
+	Opt->label = _("Field separator");
+	Opt->description = _("Special characters: newline, space, comma, tab");
 	break;
 
 	/* colors */



More information about the grass-commit mailing list