mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
correct filename in help
This commit is contained in:
parent
8ce2298a8f
commit
5166dc70d4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue