correct filename in help

This commit is contained in:
openoms
2021-05-10 22:55:22 +01:00
parent 8ce2298a8f
commit 5166dc70d4

View File

@@ -3,7 +3,7 @@
# command info
if [ $# -lt 2 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ];then
echo "Install a parallel testnet or signet service"
echo "bitcoin.testnetwork.sh [on|off] [signet|testnet]"
echo "bitcoin.testnetworks.sh [on|off] [signet|testnet]"
exit 1
fi