diff --git a/lib/lib_arg_parser.sh b/lib/lib_arg_parser.sh index 26b5187..5f5e835 100644 --- a/lib/lib_arg_parser.sh +++ b/lib/lib_arg_parser.sh @@ -57,7 +57,6 @@ guard_sourcing || return "${ERR_GUARD_SRCE}" # None # Returns: # ERR_ARG_MSMTCH: on failure -# ERR_ARG_MSMTCH: on failure # ERR_CONTROL_CT: on failure # ERR_DROPBEAR_V: on failure # ERR_MISS_PWD_F: on failure @@ -164,7 +163,7 @@ arg_parser() { shift 1 ;; - --change-splash ) + --change-splash) if [[ "${2}" == "club" || "${2}" == "hexagon" ]]; then # shellcheck disable=SC2034 declare -g VAR_HANDLER_SPLASH="${2}" diff --git a/lib/lib_usage.sh b/lib/lib_usage.sh index 107c990..8055e4c 100644 --- a/lib/lib_usage.sh +++ b/lib/lib_usage.sh @@ -78,6 +78,9 @@ usage() { echo " This option creates a boot menu entry that starts the forthcoming 'CISS.debian.installer', which is executed" echo " once the system has successfully booted up." echo + echo -e "\e[97m --cicd \e[0m" + echo " Only for CISS internal Gitea Action Runners" + echo echo -e "\e[97m --contact, -c \e[0m" echo " Show author contact information." echo @@ -118,6 +121,9 @@ usage() { echo " This MUST be a filename only and MUST be placed in the root-owned tmpfs secret root:" echo " " echo + echo -e "\e[97m --logo, -l \e[0m" + echo " Shows the Centurion Head." + echo echo -e "\e[97m --log-statistics-only \e[0m" echo " Provides statistic only after successful building a CISS.debian.live-ISO. While enabling '--log-statistics-only'" echo " the argument '--build-directory' MUST be provided." @@ -125,10 +131,6 @@ usage() { echo -e "\e[97m --primordial-key \e[0m" echo " SSH identity filename for the Primordial overlay clone. This MUST be a filename only; the runtime path is" echo " derived as '/root/.ssh/'." - echo " Example fragment:" - echo " ./ciss_live_builder.sh --primordial-url https://git.coresecret.dev/ahz/PhysNet.primordial.git \\" - echo " --primordial-key id--git.coresecret.dev--PhysNet.primordial_deploy--ed25519--newton--2025-10 \\" - echo " --primordial-ssh 42842" echo echo -e "\e[97m --primordial-ssh \e[0m" echo " Adds one outgoing UFW TCP exception for a bootstrap SSH port."