]> granicus.if.org Git - postgis/commitdiff
Add -s to usage string of postgis_restore.pl. See #2264
authorSandro Santilli <strk@keybit.net>
Mon, 15 Apr 2013 08:02:02 +0000 (08:02 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 15 Apr 2013 08:02:02 +0000 (08:02 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11296 b70326c6-7e19-0410-871a-916f4a2858ee

utils/postgis_restore.pl.in

index be31f22c6a652aac930cc8ade8d67dfefc195156..4aa8c1eefaee862ca705c2b2c507127541f516fa 100755 (executable)
@@ -46,6 +46,7 @@ Usage:        $me [-v] [-s schema] <dumpfile>
         Finally, pass the dump to this script and feed output to psql:
            $me MYDB.dmp | psql NEWDB
         The -v switch writes detailed report on stderr.
+        Use -s if you installed PostGIS in a custom schema.
 
 };