From: Sandro Santilli Date: Wed, 5 Dec 2012 10:28:43 +0000 (+0000) Subject: Fix broken shp2pgsql help string suggesting -r to reproject X-Git-Tag: 2.1.0beta2~325 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e5f296562a53069a9f6d59edf26f08a25b88976;p=postgis Fix broken shp2pgsql help string suggesting -r to reproject git-svn-id: http://svn.osgeo.org/postgis/trunk@10798 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/loader/shp2pgsql-cli.c b/loader/shp2pgsql-cli.c index d2687b272..0ffcaa9f0 100644 --- a/loader/shp2pgsql-cli.c +++ b/loader/shp2pgsql-cli.c @@ -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" ));