[GRASS-SVN] r45416 - grass/branches/develbranch_6/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Feb 17 07:29:07 EST 2011
Author: hamish
Date: 2011-02-17 04:29:07 -0800 (Thu, 17 Feb 2011)
New Revision: 45416
Modified:
grass/branches/develbranch_6/lib/gis/parser.c
Log:
tweak wording of error msg
Modified: grass/branches/develbranch_6/lib/gis/parser.c
===================================================================
--- grass/branches/develbranch_6/lib/gis/parser.c 2011-02-17 12:20:49 UTC (rev 45415)
+++ grass/branches/develbranch_6/lib/gis/parser.c 2011-02-17 12:29:07 UTC (rev 45416)
@@ -993,7 +993,7 @@
error += check_required();
if (error) {
- G_important_message(_("Error in usage. Call `%s --help` to get usage info."),
+ G_important_message(_("Error in usage. Call `%s --help` for assistance."),
pgm_name);
return -1;
}
More information about the grass-commit
mailing list