[GRASS-SVN] r48516 - grass/branches/releasebranch_6_4/lib/init

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Sep 27 21:24:30 EDT 2011


Author: hamish
Date: 2011-09-27 18:24:30 -0700 (Tue, 27 Sep 2011)
New Revision: 48516

Modified:
   grass/branches/releasebranch_6_4/lib/init/init.sh
Log:
follow double flag as word tradition for -c (merge from devbr6)

Modified: grass/branches/releasebranch_6_4/lib/init/init.sh
===================================================================
--- grass/branches/releasebranch_6_4/lib/init/init.sh	2011-09-28 01:24:07 UTC (rev 48515)
+++ grass/branches/releasebranch_6_4/lib/init/init.sh	2011-09-28 01:24:30 UTC (rev 48516)
@@ -149,7 +149,7 @@
 	    ;;
 
     	# Check if the user wants to create a new mapset
-	-c | --c)
+	-c | --create)
 	    CREATE_NEW=1
 	    shift
 	    ;;



More information about the grass-commit mailing list