]> granicus.if.org Git - postgis/commitdiff
Jeff Adams: Per suggestion on #857, corrected output to indicate table name is optional.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 18 Mar 2011 16:54:18 +0000 (16:54 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 18 Mar 2011 16:54:18 +0000 (16:54 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@6927 b70326c6-7e19-0410-871a-916f4a2858ee

loader/shp2pgsql-cli.c

index 64db3ffa4eb33ca249d70bf196ce7c1147cc35a0..7da079b64074fdae02d2f3b701390334c634512f 100644 (file)
@@ -20,7 +20,7 @@ static void
 usage()
 {
        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" ));
        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"