From 2a25403490c69d079b9f9777ec0c90b23370f1fa Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 31 Mar 2010 15:34:14 +0000 Subject: [PATCH] Do not hard-code default encoding (since it's a macro) git-svn-id: http://svn.osgeo.org/postgis/trunk@5473 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 cc207a193..785d1cf1d 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 : \"WINDOWS-1252\")\n"); + printf(" attribute column. (default : \""ENCODING_DEFAULT"\")\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.40.0