]> granicus.if.org Git - postgis/commitdiff
Remove syntax error (fumbling fingers?) in the usage line (#345)
authorPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 15 Dec 2009 15:10:47 +0000 (15:10 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 15 Dec 2009 15:10:47 +0000 (15:10 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5002 b70326c6-7e19-0410-871a-916f4a2858ee

utils/postgis_restore.pl

index 2c24f18cca81636498033e084171477bd0ce89a9..b293db065b45e4cec694236c10ca145fb9c8da2e 100644 (file)
@@ -44,7 +44,7 @@ eval "exec perl -w $0 $@"
 
 use strict;
 
-(@ARGV >= 3) || die "Usage: postgis_restore.pl <postgis.sql> <db> <dump> ["<createdb_options>]\nRestore a custom dump (pg_dump -Fc) of a postgis enabled database.\n";
+(@ARGV >= 3) || die "Usage: postgis_restore.pl <postgis.sql> <db> <dump> [<createdb_options>]\nRestore a custom dump (pg_dump -Fc) of a postgis enabled database.\n";
 
 my $DEBUG=1;