From ce552b62e46b848d27e4a406296c284da7c464d8 Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Tue, 19 Dec 2017 09:59:53 +0100 Subject: [PATCH] contrib: fix typo in install_db4.sh help message It installs db4, not db5. --- contrib/install_db4.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/install_db4.sh b/contrib/install_db4.sh index 1d33e8d3b..319c74b43 100755 --- a/contrib/install_db4.sh +++ b/contrib/install_db4.sh @@ -7,7 +7,7 @@ set -e if [ -z "${1}" ]; then echo "Usage: ./install_db4.sh [ ...]" echo - echo "Must specify a single argument: the directory in which db5 will be built." + echo "Must specify a single argument: the directory in which db4 will be built." echo "This is probably \`pwd\` if you're at the root of the bitcoin repository." exit 1 fi -- 2.11.4.GIT