[GRASS-SVN] r30167 - grass/trunk/lib/init

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Feb 15 13:46:09 EST 2008


Author: hamish
Date: 2008-02-15 13:46:09 -0500 (Fri, 15 Feb 2008)
New Revision: 30167

Modified:
   grass/trunk/lib/init/init.sh
Log:
shorten command, first option name isn't required

Modified: grass/trunk/lib/init/init.sh
===================================================================
--- grass/trunk/lib/init/init.sh	2008-02-15 18:07:04 UTC (rev 30166)
+++ grass/trunk/lib/init/init.sh	2008-02-15 18:46:09 UTC (rev 30167)
@@ -812,16 +812,16 @@
 
 case "$GRASS_GUI" in
     tcltk | gis.m)
-        echo "If required, restart the GUI with:       g.gui flavor=tcltk"
+        echo "If required, restart the GUI with:       g.gui tcltk"
         ;;
     oldtcltk | d.m)
-        echo "If required, restart the GUI with:       g.gui flavor=oldtcltk"
+        echo "If required, restart the GUI with:       g.gui oldtcltk"
         ;;
     wxpython)
-        echo "If required, restart the GUI with:       g.gui flavor=wxpython"
+        echo "If required, restart the GUI with:       g.gui wxpython"
         ;;
     *)
-        echo "Start the GUI with:                      g.gui flavor=tcltk"
+        echo "Start the GUI with:                      g.gui tcltk"
         ;;
 esac
 



More information about the grass-commit mailing list