mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
unify cl help outputs
This commit is contained in:
parent
3400b5259c
commit
a5ae1cad8e
2 changed files with 13 additions and 9 deletions
|
@ -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,15 +2,17 @@
|
|||
|
||||
# command info
|
||||
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
|
||||
echo "Interim optional C-lightning updates between RaspiBlitz releases."
|
||||
echo "cl.update.sh [info|verified|reckless]"
|
||||
echo "info -> get actual state and possible actions"
|
||||
echo "verified -> only do recommended updates by RaspiBlitz team"
|
||||
echo " binary will be checked by signature and checksum"
|
||||
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."
|
||||
exit 1
|
||||
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"
|
||||
echo "verified -> only do recommended updates by RaspiBlitz team"
|
||||
echo " binary will be checked by signature and checksum"
|
||||
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
|
||||
|
||||
# 1. parameter [info|verified|reckless]
|
||||
|
|
Loading…
Add table
Reference in a new issue