[GRASS-SVN] r48515 - grass/branches/develbranch_6/lib/init

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


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

Modified:
   grass/branches/develbranch_6/lib/init/init.sh
Log:
follow double flag as word tradition for -c

Modified: grass/branches/develbranch_6/lib/init/init.sh
===================================================================
--- grass/branches/develbranch_6/lib/init/init.sh	2011-09-27 23:53:15 UTC (rev 48514)
+++ grass/branches/develbranch_6/lib/init/init.sh	2011-09-28 01:24:07 UTC (rev 48515)
@@ -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