contrib: fix typo in install_db4.sh help message
It installs db4, not db5.
This commit is contained in:
parent
fee0370fd6
commit
ce552b62e4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue