From 012476fd5099d8ad78c096def6d83599493c4961 Mon Sep 17 00:00:00 2001 From: Adam Berlin Date: Thu, 15 Nov 2018 11:46:30 -0500 Subject: [PATCH] Adds required fields to usage of contrib/pg_upgrade/test_gpdb.sh. --- contrib/pg_upgrade/test_gpdb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/pg_upgrade/test_gpdb.sh b/contrib/pg_upgrade/test_gpdb.sh index a1b796a945..dfc96b2b71 100755 --- a/contrib/pg_upgrade/test_gpdb.sh +++ b/contrib/pg_upgrade/test_gpdb.sh @@ -198,7 +198,7 @@ upgrade_segment() usage() { appname=`basename $0` - echo "$appname usage:" + echo "usage: $appname -o -b " echo " -o Directory containing old datadir" echo " -b Directory containing binaries" echo " -s Run smoketest only" -- GitLab