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

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Feb 16 07:13:08 EST 2008


Author: hamish
Date: 2008-02-16 07:13:08 -0500 (Sat, 16 Feb 2008)
New Revision: 30181

Modified:
   grass/trunk/general/g.gui/main.c
Log:
change choice again

Modified: grass/trunk/general/g.gui/main.c
===================================================================
--- grass/trunk/general/g.gui/main.c	2008-02-16 05:37:39 UTC (rev 30180)
+++ grass/trunk/general/g.gui/main.c	2008-02-16 12:13:08 UTC (rev 30181)
@@ -37,7 +37,7 @@
 	_("Launches a GRASS graphical user interface (GUI) session.");
 
     type = G_define_option();
-    type->key = "flavor";
+    type->key = "gui";
     type->type = TYPE_STRING;
     type->required = YES;
     type->description = _("GUI type");



More information about the grass-commit mailing list