[GRASS-SVN] r30164 - grass/trunk/lib/init
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Feb 15 04:56:00 EST 2008
Author: martinl
Date: 2008-02-15 04:55:59 -0500 (Fri, 15 Feb 2008)
New Revision: 30164
Modified:
grass/trunk/lib/init/init.sh
Log:
init.sh: g.gui's 'type' parameter renamed to 'flavor'
Modified: grass/trunk/lib/init/init.sh
===================================================================
--- grass/trunk/lib/init/init.sh 2008-02-15 04:00:21 UTC (rev 30163)
+++ grass/trunk/lib/init/init.sh 2008-02-15 09:55:59 UTC (rev 30164)
@@ -812,16 +812,16 @@
case "$GRASS_GUI" in
tcltk | gis.m)
- echo "If required, restart the graphical user interface with: g.gui type=tcltk"
+ echo "If required, restart the GUI with: g.gui flavor=tcltk"
;;
oldtcltk | d.m)
- echo "If required, restart the graphical user interface with: g.gui type=oldtcltk"
+ echo "If required, restart the GUI with: g.gui flavor=oldtcltk"
;;
wxpython)
- echo "If required, restart the graphical user interface with: g.gui type=wxpython"
+ echo "If required, restart the GUI with: g.gui flavor=wxpython"
;;
*)
- echo "Start the graphical user interface with: g.gui type=tcltk"
+ echo "Start the GUI with: g.gui flavor=tcltk"
;;
esac
More information about the grass-commit
mailing list