[GRASS-SVN] r57410 - in grass/trunk: db/db.connect db/db.drivers display/d.mon
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Aug 4 14:22:52 PDT 2013
Author: martinl
Date: 2013-08-04 14:22:52 -0700 (Sun, 04 Aug 2013)
New Revision: 57410
Modified:
grass/trunk/db/db.connect/main.c
grass/trunk/db/db.drivers/main.c
grass/trunk/display/d.mon/main.c
Log:
keyword cosmetics: remove confusing 'driver' keyword
Modified: grass/trunk/db/db.connect/main.c
===================================================================
--- grass/trunk/db/db.connect/main.c 2013-08-04 21:20:24 UTC (rev 57409)
+++ grass/trunk/db/db.connect/main.c 2013-08-04 21:22:52 UTC (rev 57410)
@@ -44,7 +44,6 @@
G_add_keyword(_("database"));
G_add_keyword(_("attribute table"));
G_add_keyword(_("connection settings"));
- G_add_keyword(_("drivers"));
module->description =
_("Prints/sets general DB connection for current mapset.");
Modified: grass/trunk/db/db.drivers/main.c
===================================================================
--- grass/trunk/db/db.drivers/main.c 2013-08-04 21:20:24 UTC (rev 57409)
+++ grass/trunk/db/db.drivers/main.c 2013-08-04 21:22:52 UTC (rev 57410)
@@ -69,7 +69,7 @@
/* Set description */
module = G_define_module();
G_add_keyword(_("database"));
- G_add_keyword(_("drivers"));
+ G_add_keyword(_("connection settings"));
module->description = _("Lists all database drivers.");
if (G_parser(argc, argv))
Modified: grass/trunk/display/d.mon/main.c
===================================================================
--- grass/trunk/display/d.mon/main.c 2013-08-04 21:20:24 UTC (rev 57409)
+++ grass/trunk/display/d.mon/main.c 2013-08-04 21:22:52 UTC (rev 57410)
@@ -37,7 +37,6 @@
G_add_keyword(_("display"));
G_add_keyword(_("graphics"));
G_add_keyword(_("monitors"));
- G_add_keyword(_("drivers"));
module->description = _("Controls graphics display monitors from the command line.");
start_opt = G_define_option();
More information about the grass-commit
mailing list