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
This commit is contained in:
Paul Ramsey 2011-03-18 16:54:18 +00:00
parent e092d26715
commit 8647121289

View file

@ -20,7 +20,7 @@ static void
usage() usage()
{ {
printf(_( "RELEASE: %s (r%s)\n" ), POSTGIS_VERSION, RCSID); printf(_( "RELEASE: %s (r%s)\n" ), POSTGIS_VERSION, RCSID);
printf(_( "USAGE: shp2pgsql [<options>] <shapefile> [<schema>.]<table>\n" printf(_( "USAGE: shp2pgsql [<options>] <shapefile> [[<schema>.]<table>]\n"
"OPTIONS:\n" )); "OPTIONS:\n" ));
printf(_( " -s <srid> Set the SRID field. Defaults to %d.\n" printf(_( " -s <srid> Set the SRID field. Defaults to %d.\n"
" -r <srid> Specify the SRID to reproject from (if -s or -G is also used).\n" " -r <srid> Specify the SRID to reproject from (if -s or -G is also used).\n"