From: Sandro Santilli Date: Fri, 2 Oct 2009 14:13:50 +0000 (+0000) Subject: typo in help message X-Git-Tag: 1.5.0b1~432 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f715766590488b447114aace5f35924f26907d5;p=postgis typo in help message git-svn-id: http://svn.osgeo.org/postgis/trunk@4578 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/loader/shp2pgsql.c b/loader/shp2pgsql.c index d73033a91..b7aa8e548 100644 --- a/loader/shp2pgsql.c +++ b/loader/shp2pgsql.c @@ -800,7 +800,7 @@ usage(char *me, int exitcode, FILE* out) fprintf(out, " -p Prepare mode, only creates the table.\n"); fprintf(out, " -g Specify the name of the geometry column\n"); fprintf(out, " (mostly useful in append mode).\n"); - fprintf(out, " -D Use postgresql dump format (defaults to sql insert statments.\n"); + fprintf(out, " -D Use postgresql dump format (defaults to sql insert statments).\n"); fprintf(out, " -k Keep postgresql identifiers case.\n"); fprintf(out, " -i Use int4 type for all integer dbf fields.\n"); fprintf(out, " -I Create a GiST index on the geometry column.\n");