mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-20 13:02:21 +02:00
unify cl help outputs
This commit is contained in:
@@ -2,9 +2,11 @@
|
||||
|
||||
# command info
|
||||
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "--help" ] || [ "$1" = "-help" ]; then
|
||||
echo
|
||||
echo "# script to check CL states"
|
||||
echo "# cl.check.sh basic-setup"
|
||||
echo "# cl.check.sh prestart [mainnet|testnet|signet]"
|
||||
echo
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
@@ -2,6 +2,7 @@
|
||||
|
||||
# command info
|
||||
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
|
||||
echo
|
||||
echo "Interim optional C-lightning updates between RaspiBlitz releases."
|
||||
echo "cl.update.sh [info|verified|reckless]"
|
||||
echo "info -> get actual state and possible actions"
|
||||
@@ -10,6 +11,7 @@ if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
|
||||
echo "reckless -> if you just want to update to the latest release"
|
||||
echo " published on C-lightning GitHub releases (RC or final) without any"
|
||||
echo " testing or security checks."
|
||||
echo
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user