From 70a5db2ba28a9a8abb11a0b0ce15164527d26b40 Mon Sep 17 00:00:00 2001 From: Fr4nz D13trich Date: Fri, 26 Dec 2025 22:12:20 +0100 Subject: [PATCH] -U option removed --- helium_helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helium_helper.sh b/helium_helper.sh index 2179147..d04069d 100755 --- a/helium_helper.sh +++ b/helium_helper.sh @@ -470,7 +470,7 @@ help() { echo -e "\t-l\tCreate desktop launcher" echo -e "\t-a\tCreate alias for $SCRIPT_FILE_NAME ${YEL}--> Partially working with zsh & bash${CRS}" echo -e "\t-u\tDownload & update $APP_NAME_LONG from $SOURCE" - echo -e "\t-U\tEnable automatic updates on login ${RED}--> Not yet working${CRS}" + #echo -e "\t-U\tEnable automatic updates on login ${RED}--> Not yet working${CRS}" echo -e "\t-r\tRemove $APP_NAME_LONG" echo -e "\t-c\tCompare local to remote version" echo -e "\t-s\tShow script version"