]> granicus.if.org Git - postgis/commitdiff
Add missing options in the help string
authorSandro Santilli <strk@keybit.net>
Wed, 21 Dec 2011 17:15:26 +0000 (17:15 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 21 Dec 2011 17:15:26 +0000 (17:15 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8493 b70326c6-7e19-0410-871a-916f4a2858ee

regress/run_test

index 27837d540525d27858148b24b35ccbbe9afffbe9..3184693f8c153dfa61bfc06c6528171cdeeff5cb 100755 (executable)
@@ -454,7 +454,14 @@ while [ -n "$1" ]; do
 done
 
 if [ -z "$1" ]; then
-       echo "Usage: $0 [-v] [--topology] [--nocreate] [--nodrop] <test> [<test>]" >&2
+       echo "Usage: $0 [<options>] <test> [<test>]" >&2
+       echo "Options:" >&2
+       echo " -v           be verbose about failures" >&2
+       echo " --nocreate   do not create the regression database on start" >&2
+       echo " --nodrop     do not drop the regression database on exit" >&2
+       echo " --raster     load also topology extension" >&2
+       echo " --topology   load also topology extension" >&2
+       echo " --clean      cleanup test logs on exit" >&2
        exit 1
 fi