remove -help

This commit is contained in:
Tobias Powalowski 2024-08-14 23:08:04 +02:00
parent d83879770b
commit a1b870aeb8

View file

@ -33,7 +33,6 @@ _usage () {
echo "The main tool to manage or update the Archboot Environment." echo "The main tool to manage or update the Archboot Environment."
echo echo
echo "Options:" echo "Options:"
echo -e " \e[1m-help\e[m This message."
if [[ ! -e "${_LOCAL_DB}" || -e "/usr/bin/setup" ]]; then if [[ ! -e "${_LOCAL_DB}" || -e "/usr/bin/setup" ]]; then
echo -e " \e[1m-update\e[m Update scripts: setup, quickinst, network, clock and helpers." echo -e " \e[1m-update\e[m Update scripts: setup, quickinst, network, clock and helpers."
fi fi