[GRASS-SVN] r52002 - grass/trunk/display/d.mon

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jun 7 12:16:55 PDT 2012


Author: martinl
Date: 2012-06-07 12:16:50 -0700 (Thu, 07 Jun 2012)
New Revision: 52002

Modified:
   grass/trunk/display/d.mon/main.c
Log:
d.mon: module description cosmetics


Modified: grass/trunk/display/d.mon/main.c
===================================================================
--- grass/trunk/display/d.mon/main.c	2012-06-07 19:08:11 UTC (rev 52001)
+++ grass/trunk/display/d.mon/main.c	2012-06-07 19:16:50 UTC (rev 52002)
@@ -4,7 +4,7 @@
  * MODULE:       d.mon
  * AUTHOR(S):    Martin Landa <landa.martin gmail.com>
  * PURPOSE:      Controls graphics monitors for CLI
- * COPYRIGHT:    (C) 2011 by Martin Landa, and the GRASS Development Team
+ * COPYRIGHT:    (C) 2011-2012 by Martin Landa, and the GRASS Development Team
  *
  *               This program is free software under the GNU General
  *               Public License (>=v2). Read the file COPYING that
@@ -38,7 +38,7 @@
     G_add_keyword(_("graphics"));
     G_add_keyword(_("monitors"));
     G_add_keyword(_("CLI"));
-    module->description = _("Controls graphics display monitors which can be controlled from the command line.");
+    module->description = _("Controls graphics display monitors from the command line.");
     
     start_opt = G_define_option();
     start_opt->key = "start";



More information about the grass-commit mailing list