[GRASS-SVN] r44021 -
grass/branches/releasebranch_6_4/general/g.mapsets
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Oct 24 06:22:43 EDT 2010
Author: martinl
Date: 2010-10-24 03:22:43 -0700 (Sun, 24 Oct 2010)
New Revision: 44021
Modified:
grass/branches/releasebranch_6_4/general/g.mapsets/main.c
Log:
g.mapsets: add keyword
Modified: grass/branches/releasebranch_6_4/general/g.mapsets/main.c
===================================================================
--- grass/branches/releasebranch_6_4/general/g.mapsets/main.c 2010-10-24 10:06:34 UTC (rev 44020)
+++ grass/branches/releasebranch_6_4/general/g.mapsets/main.c 2010-10-24 10:22:43 UTC (rev 44021)
@@ -56,7 +56,7 @@
G_gisinit(argv[0]);
module = G_define_module();
- module->keywords = _("general, settings");
+ module->keywords = _("general, settings, search path");
module->label = _("Modifies the user's current mapset search path.");
module->description = _("Affects the user's access to data existing "
"under the other mapsets in the current location.");
More information about the grass-commit
mailing list