mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-25 19:21:57 +02:00
correct filename in help
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
# command info
|
# command info
|
||||||
if [ $# -lt 2 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ];then
|
if [ $# -lt 2 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ];then
|
||||||
echo "Install a parallel testnet or signet service"
|
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user