]> granicus.if.org Git - postgis/commitdiff
Typo in help message
authorSandro Santilli <strk@keybit.net>
Mon, 28 Sep 2015 07:15:11 +0000 (07:15 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 28 Sep 2015 07:15:11 +0000 (07:15 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14118 b70326c6-7e19-0410-871a-916f4a2858ee

regress/run_test.pl

index 66e44f17ca998f1a236c698bc0cc14e7f00d4862..3cf09327bcb6e9ae111fa4761c4365536c3c6170 100755 (executable)
@@ -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);