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

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Feb 16 12:05:27 EST 2008


Author: martinl
Date: 2008-02-16 12:05:27 -0500 (Sat, 16 Feb 2008)
New Revision: 30188

Modified:
   grass/trunk/lib/init/init.sh
Log:
note -oldtcltk/-v/--version switch in help message

Modified: grass/trunk/lib/init/init.sh
===================================================================
--- grass/trunk/lib/init/init.sh	2008-02-16 16:46:08 UTC (rev 30187)
+++ grass/trunk/lib/init/init.sh	2008-02-16 17:05:27 UTC (rev 30188)
@@ -54,7 +54,6 @@
 	;;
 esac
 
-
 # Go through the command line options
 for i in "$@" ; do
     
@@ -70,10 +69,11 @@
     	# Check if the user asked for help
 	help|-h|-help|--help)
 	    echo "Usage:"
-	    echo "  $CMD_NAME [-h | -help | --help] [-text | -gui | -tcltk | -wxpython] [[[<GISDBASE>/]<LOCATION_NAME>/]<MAPSET>]"
+	    echo "  $CMD_NAME [-h | -help | --help] [-v | --version] [-text | -gui | -tcltk | -oldtcltk | -wxpython] [[[<GISDBASE>/]<LOCATION_NAME>/]<MAPSET>]"
 	    echo
             echo "Flags:"
             echo "  -h or -help or --help          print this help message"
+	    echo "  -v or --version                show version information and exit"
             echo "  -text                          use text based interface"
             echo "                                   and set as default"
             echo "  -gui                           use graphical user interface (tcltk by default)"



More information about the grass-commit mailing list