[GRASS-SVN] r45043 - grass-addons/general/grass_create_location
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jan 14 17:51:32 EST 2011
Author: neteler
Date: 2011-01-14 14:51:32 -0800 (Fri, 14 Jan 2011)
New Revision: 45043
Modified:
grass-addons/general/grass_create_location/grass_create_location.sh
Log:
fix help text
Modified: grass-addons/general/grass_create_location/grass_create_location.sh
===================================================================
--- grass-addons/general/grass_create_location/grass_create_location.sh 2011-01-14 22:11:41 UTC (rev 45042)
+++ grass-addons/general/grass_create_location/grass_create_location.sh 2011-01-14 22:51:32 UTC (rev 45043)
@@ -4,7 +4,7 @@
#
# MODULE: grass_create_location.sh
# AUTHOR(S): Markus Neteler
-# PURPOSE: Calculates univariate statistics from a GRASS raster map
+# PURPOSE: Create new GRASS location from outside GRASS session
# COPYRIGHT: (C) 2009 by the GRASS Development Team, Markus Neteler
#
# This program is free software under the GNU General Public
@@ -37,8 +37,10 @@
echo ""
echo "type: gisfile,wktfile,epsgcode"
echo ""
- echo "Example:"
- echo " $0 epsgcode 4326 latlong"
+ echo "Examples:"
+ echo " $0 province.shp latlong"
+ echo " $0 myfile.wkt latlong"
+ echo " $0 4326 latlong"
exit 1
fi
More information about the grass-commit
mailing list