Commit 7d7ebb11 authored by Igor Pecovnik's avatar Igor Pecovnik
Browse files

Adjust help

parent 4ed1f02c
...@@ -72,11 +72,12 @@ if [[ $1 == "--help" ]]; then ...@@ -72,11 +72,12 @@ if [[ $1 == "--help" ]]; then
echo "" echo ""
echo "Examples:" echo "Examples:"
echo "" echo ""
echo "Install headers: ${BASH_SOURCE[0]} main=Sytem selection=Headers"
echo "Update, upgrade and reboot: ${BASH_SOURCE[0]} main=System selection=Firmware"
echo "Change to ZSH: ${BASH_SOURCE[0]} main=System selection=ZSH"
echo "Change to BASH: ${BASH_SOURCE[0]} main=System selection=BASH"
echo "Install headers: ${BASH_SOURCE[0]} main=Software selection=Headers" echo "Install headers: ${BASH_SOURCE[0]} main=Software selection=Headers"
echo "Update, upgrade and reboot: ${BASH_SOURCE[0]} main=Software selection=Firmware" echo "Install sources: ${BASH_SOURCE[0]} main=Software selection=Sources"
echo "Change to ZSH: ${BASH_SOURCE[0]} main=Software selection=ZSH"
echo "Change to BASH: ${BASH_SOURCE[0]} main=Software selection=BASH"
echo "Install headers: ${BASH_SOURCE[0]} main=Software selection=Headers"
echo "Install Avahi mDNS/DNS-SD daemon: ${BASH_SOURCE[0]} main=Software selection=Avahi" echo "Install Avahi mDNS/DNS-SD daemon: ${BASH_SOURCE[0]} main=Software selection=Avahi"
exit exit
fi fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment