Skip to content

Commit ce552b6

Browse files
committed
contrib: fix typo in install_db4.sh help message
It installs db4, not db5.
1 parent fee0370 commit ce552b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/install_db4.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -e
77
if [ -z "${1}" ]; then
88
echo "Usage: ./install_db4.sh <base-dir> [<extra-bdb-configure-flag> ...]"
99
echo
10-
echo "Must specify a single argument: the directory in which db5 will be built."
10+
echo "Must specify a single argument: the directory in which db4 will be built."
1111
echo "This is probably \`pwd\` if you're at the root of the bitcoin repository."
1212
exit 1
1313
fi

0 commit comments

Comments
 (0)