]> granicus.if.org Git - postgis/commitdiff
Fix broken shp2pgsql help string suggesting -r to reproject
authorSandro Santilli <strk@keybit.net>
Wed, 5 Dec 2012 10:28:43 +0000 (10:28 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 5 Dec 2012 10:28:43 +0000 (10:28 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@10798 b70326c6-7e19-0410-871a-916f4a2858ee

loader/shp2pgsql-cli.c

index d2687b27254bc7b08e6618a5d20ec93c0cca8dca..0ffcaa9f0e5acd041c5dfee9a8d79734616f3300 100644 (file)
@@ -40,7 +40,7 @@ usage()
        printf(_( "  -D  Use postgresql dump format (defaults to SQL insert statements).\n" ));
        printf(_( "  -e  Execute each statement individually, do not use a transaction.\n"
                  "      Not compatible with -D.\n" ));
-       printf(_( "  -G  Use geography type (requires lon/lat data or -r to reproject).\n" ));
+       printf(_( "  -G  Use geography type (requires lon/lat data or -s to reproject).\n" ));
        printf(_( "  -k  Keep postgresql identifiers case.\n" ));
        printf(_( "  -i  Use int4 type for all integer dbf fields.\n" ));
        printf(_( "  -I  Create a spatial index on the geocolumn.\n" ));