From 4e5f296562a53069a9f6d59edf26f08a25b88976 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 5 Dec 2012 10:28:43 +0000 Subject: [PATCH] Fix broken shp2pgsql help string suggesting -r to reproject git-svn-id: http://svn.osgeo.org/postgis/trunk@10798 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 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" )); -- 2.50.1