From: Paul Ramsey Date: Tue, 15 Dec 2009 15:10:47 +0000 (+0000) Subject: Remove syntax error (fumbling fingers?) in the usage line (#345) X-Git-Tag: 1.5.0b1~91 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5973741746887f3c5507c492c656e1f519d43b6;p=postgis Remove syntax error (fumbling fingers?) in the usage line (#345) git-svn-id: http://svn.osgeo.org/postgis/trunk@5002 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/utils/postgis_restore.pl b/utils/postgis_restore.pl index 2c24f18cc..b293db065 100644 --- a/utils/postgis_restore.pl +++ b/utils/postgis_restore.pl @@ -44,7 +44,7 @@ eval "exec perl -w $0 $@" use strict; -(@ARGV >= 3) || die "Usage: postgis_restore.pl ["]\nRestore a custom dump (pg_dump -Fc) of a postgis enabled database.\n"; +(@ARGV >= 3) || die "Usage: postgis_restore.pl []\nRestore a custom dump (pg_dump -Fc) of a postgis enabled database.\n"; my $DEBUG=1;