From 2668d89e405984108f7a47a9246fb4df4f40fb1e Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Mon, 15 Oct 2001 17:42:27 +0000 Subject: [PATCH] Usage documentation changes. git-svn-id: http://svn.osgeo.org/postgis/trunk@80 b70326c6-7e19-0410-871a-916f4a2858ee --- loader/pgsql2shp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/loader/pgsql2shp.c b/loader/pgsql2shp.c index 541bdcbd6..6c56109ed 100644 --- a/loader/pgsql2shp.c +++ b/loader/pgsql2shp.c @@ -118,6 +118,7 @@ int main(int ARGC, char **ARGV){ printf(" -p Allows you to specify a database port other than 5432.\n"); printf(" -P Connect to the database with the specified password.\n"); printf(" -u Connect to the database as the specified user.\n"); + printf("\n"); exit (2); } -- 2.49.0