From: Sandro Santilli Date: Mon, 28 Sep 2015 07:15:11 +0000 (+0000) Subject: Typo in help message X-Git-Tag: 2.2.0~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e464ea80e649132d38d6367ca1d8460e1ffd7139;p=postgis Typo in help message git-svn-id: http://svn.osgeo.org/postgis/trunk@14118 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/regress/run_test.pl b/regress/run_test.pl index 66e44f17c..3cf09327b 100755 --- a/regress/run_test.pl +++ b/regress/run_test.pl @@ -86,7 +86,7 @@ if ( $OPT_UPGRADE_PATH ) { if ( ! $OPT_EXTENSIONS ) { - die "--upgrade-path is only supported with --extensions" + die "--upgrade-path is only supported with --extension" } $OPT_UPGRADE = 1; # implied my @path = split ('--', $OPT_UPGRADE_PATH);