From: Paul Ramsey Date: Tue, 2 Feb 2010 16:13:31 +0000 (+0000) Subject: Update usage string to show correct default encoding. X-Git-Tag: 1.5.0~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=50e31965d2845d841d0922e5be6af680439ad46f;p=postgis Update usage string to show correct default encoding. git-svn-id: http://svn.osgeo.org/postgis/trunk@5188 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/loader/shp2pgsql-cli.c b/loader/shp2pgsql-cli.c index 8cb24baa6..6fa91e9e5 100644 --- a/loader/shp2pgsql-cli.c +++ b/loader/shp2pgsql-cli.c @@ -40,7 +40,7 @@ usage() printf(" -I Create a spatial index on the geocolumn.\n"); printf(" -S Generate simple geometries instead of MULTI geometries.\n"); printf(" -W Specify the character encoding of Shape's\n"); - printf(" attribute column. (default : \"ASCII\")\n"); + printf(" attribute column. (default : \"WINDOWS-1252\")\n"); printf(" -N NULL geometries handling policy (insert*,skip,abort)\n"); printf(" -n Only import DBF file.\n"); printf(" -? Display this help screen.\n");