We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fee0370 commit ce552b6Copy full SHA for ce552b6
contrib/install_db4.sh
@@ -7,7 +7,7 @@ set -e
7
if [ -z "${1}" ]; then
8
echo "Usage: ./install_db4.sh <base-dir> [<extra-bdb-configure-flag> ...]"
9
echo
10
- 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."
11
echo "This is probably \`pwd\` if you're at the root of the bitcoin repository."
12
exit 1
13
fi
0 commit comments