From e464ea80e649132d38d6367ca1d8460e1ffd7139 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Mon, 28 Sep 2015 07:15:11 +0000 Subject: [PATCH] Typo in help message git-svn-id: http://svn.osgeo.org/postgis/trunk@14118 b70326c6-7e19-0410-871a-916f4a2858ee --- regress/run_test.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.50.1