From 1c274d575d07a7dcce635c8ee0a5c4a0e704d7ca Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Thu, 11 Oct 2001 18:35:38 +0000 Subject: [PATCH] Added line break ot usage. git-svn-id: http://svn.osgeo.org/postgis/trunk@79 b70326c6-7e19-0410-871a-916f4a2858ee --- loader/shp2pgsql.c | 1 + 1 file changed, 1 insertion(+) diff --git a/loader/shp2pgsql.c b/loader/shp2pgsql.c index be0b1447a..9e47cadb2 100644 --- a/loader/shp2pgsql.c +++ b/loader/shp2pgsql.c @@ -476,6 +476,7 @@ int main (int ARGC, char **ARGV){ printf(" exacatly the same table schema.\n"); printf(" -c Creates a new table and populates it, this is the\n"); printf(" default if you do not specify any options.\n"); + printf("\n"); printf(" -D use postgresql dump format (defaults to sql insert\n"); printf(" statments.\n"); printf("\n"); -- 2.40.0