aboutsummaryrefslogtreecommitdiff
path: root/contrib/install_db4.sh
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2017-12-19 09:59:53 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2017-12-19 10:00:25 +0100
commitce552b62e46b848d27e4a406296c284da7c464d8 (patch)
tree8f33804320dbd8b88c9597963576184c75edd312 /contrib/install_db4.sh
parentfee0370fd6e53234d230799bbbbe45eda5dcf630 (diff)
downloadbitcoin-ce552b62e46b848d27e4a406296c284da7c464d8.tar.xz
contrib: fix typo in install_db4.sh help message
It installs db4, not db5.
Diffstat (limited to 'contrib/install_db4.sh')
-rwxr-xr-xcontrib/install_db4.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/install_db4.sh b/contrib/install_db4.sh
index 1d33e8d3ba..319c74b43d 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 <base-dir> [<extra-bdb-configure-flag> ...]"
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