[GRASS-SVN] r30163 - grass/trunk/general/g.gui

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Feb 14 23:00:21 EST 2008


Author: hamish
Date: 2008-02-14 23:00:21 -0500 (Thu, 14 Feb 2008)
New Revision: 30163

Modified:
   grass/trunk/general/g.gui/main.c
Log:
keep things light & friendly. precedent: it's good enough to use for quarks and quantum chromodynamics.

Modified: grass/trunk/general/g.gui/main.c
===================================================================
--- grass/trunk/general/g.gui/main.c	2008-02-15 02:32:56 UTC (rev 30162)
+++ grass/trunk/general/g.gui/main.c	2008-02-15 04:00:21 UTC (rev 30163)
@@ -37,7 +37,7 @@
 	_("Launches a GRASS graphical user interface (GUI) session.");
 
     type = G_define_option();
-    type->key = "type";
+    type->key = "flavor";
     type->type = TYPE_STRING;
     type->required = YES;
     type->description = _("GUI type");



More information about the grass-commit mailing list