From: Sandro Santilli Date: Wed, 21 Dec 2011 17:15:26 +0000 (+0000) Subject: Add missing options in the help string X-Git-Tag: 2.0.0alpha1~382 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c0ec4b4d75813e167fc4cefeaf254c525d8fe10;p=postgis Add missing options in the help string git-svn-id: http://svn.osgeo.org/postgis/trunk@8493 b70326c6-7e19-0410-871a-916f4a2858ee --- 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