]> granicus.if.org Git - postgis/commitdiff
typo in help message
authorSandro Santilli <strk@keybit.net>
Fri, 2 Oct 2009 14:13:50 +0000 (14:13 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 2 Oct 2009 14:13:50 +0000 (14:13 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4578 b70326c6-7e19-0410-871a-916f4a2858ee

loader/shp2pgsql.c

index d73033a91a488bd9de32259d2f1df04843945e55..b7aa8e54891937e7ff2e8d332a75749fd57e1ecd 100644 (file)
@@ -800,7 +800,7 @@ usage(char *me, int exitcode, FILE* out)
        fprintf(out, "      -p  Prepare mode, only creates the table.\n");
        fprintf(out, "  -g <geometry_column> 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");