From 50e31965d2845d841d0922e5be6af680439ad46f Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Tue, 2 Feb 2010 16:13:31 +0000 Subject: [PATCH] Update usage string to show correct default encoding. git-svn-id: http://svn.osgeo.org/postgis/trunk@5188 b70326c6-7e19-0410-871a-916f4a2858ee --- loader/shp2pgsql-cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.50.1