From: Paul Ramsey Date: Fri, 18 Mar 2011 16:54:18 +0000 (+0000) Subject: Jeff Adams: Per suggestion on #857, corrected output to indicate table name is optional. X-Git-Tag: 2.0.0alpha1~1875 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8647121289b1d835c455944f54308432a242e8ac;p=postgis Jeff Adams: Per suggestion on #857, corrected output to indicate table name is optional. git-svn-id: http://svn.osgeo.org/postgis/trunk@6927 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/loader/shp2pgsql-cli.c b/loader/shp2pgsql-cli.c index 64db3ffa4..7da079b64 100644 --- a/loader/shp2pgsql-cli.c +++ b/loader/shp2pgsql-cli.c @@ -20,7 +20,7 @@ static void usage() { printf(_( "RELEASE: %s (r%s)\n" ), POSTGIS_VERSION, RCSID); - printf(_( "USAGE: shp2pgsql [] [.]\n" + printf(_( "USAGE: shp2pgsql [] [[.]
]\n" "OPTIONS:\n" )); printf(_( " -s Set the SRID field. Defaults to %d.\n" " -r Specify the SRID to reproject from (if -s or -G is also used).\n"