mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
merge bitcoin#11943: fix typo in install_db4.sh help message
This commit is contained in:
parent
9be6231cff
commit
e0ffea36d7
@ -7,7 +7,7 @@ set -e
|
|||||||
if [ -z "${1}" ]; then
|
if [ -z "${1}" ]; then
|
||||||
echo "Usage: ./install_db4.sh <base-dir> [<extra-bdb-configure-flag> ...]"
|
echo "Usage: ./install_db4.sh <base-dir> [<extra-bdb-configure-flag> ...]"
|
||||||
echo
|
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 dash repository."
|
echo "This is probably \`pwd\` if you're at the root of the dash repository."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user