From 6c0ec4b4d75813e167fc4cefeaf254c525d8fe10 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 21 Dec 2011 17:15:26 +0000 Subject: [PATCH] Add missing options in the help string git-svn-id: http://svn.osgeo.org/postgis/trunk@8493 b70326c6-7e19-0410-871a-916f4a2858ee --- regress/run_test | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/regress/run_test b/regress/run_test index 27837d540..3184693f8 100755 --- a/regress/run_test +++ b/regress/run_test @@ -454,7 +454,14 @@ while [ -n "$1" ]; do done if [ -z "$1" ]; then - echo "Usage: $0 [-v] [--topology] [--nocreate] [--nodrop] []" >&2 + echo "Usage: $0 [] []" >&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 -- 2.50.1