]> granicus.if.org Git - postgis/commitdiff
Update usage string to show correct default encoding.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 2 Feb 2010 16:13:31 +0000 (16:13 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 2 Feb 2010 16:13:31 +0000 (16:13 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5188 b70326c6-7e19-0410-871a-916f4a2858ee

loader/shp2pgsql-cli.c

index 8cb24baa66530278760f211e1396ae560d961706..6fa91e9e529e3de5cf9e190408f80ef035308271 100644 (file)
@@ -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 <encoding> Specify the character encoding of Shape's\n");
-       printf("     attribute column. (default : \"ASCII\")\n");
+       printf("     attribute column. (default : \"WINDOWS-1252\")\n");
        printf("  -N <policy> NULL geometries handling policy (insert*,skip,abort)\n");
        printf("  -n  Only import DBF file.\n");
        printf("  -?  Display this help screen.\n");