From a1b870aeb8c8af90a28efae029a7565e17ef4c49 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 14 Aug 2024 23:08:04 +0200 Subject: [PATCH] remove -help --- usr/lib/archboot/update/update.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/usr/lib/archboot/update/update.sh b/usr/lib/archboot/update/update.sh index 514a3dac1..cd2767d80 100644 --- a/usr/lib/archboot/update/update.sh +++ b/usr/lib/archboot/update/update.sh @@ -33,7 +33,6 @@ _usage () { echo "The main tool to manage or update the Archboot Environment." echo echo "Options:" - echo -e " \e[1m-help\e[m This message." if [[ ! -e "${_LOCAL_DB}" || -e "/usr/bin/setup" ]]; then echo -e " \e[1m-update\e[m Update scripts: setup, quickinst, network, clock and helpers." fi