From: Christian Heller Date: Wed, 2 Apr 2025 10:38:45 +0000 (+0200) Subject: Fix. X-Git-Url: https://plomlompom.com/repos/%7B%7Bdb.prefix%7D%7D/%22https:/validator.w3.org/day?a=commitdiff_plain;h=2c692d9fd4a1ca7ab3ddbaaeb042594228b110c6;p=config Fix. --- diff --git a/testing/home/desktop/.local/bin/borgplom b/testing/home/desktop/.local/bin/borgplom index 609e6cf..d0245b3 100755 --- a/testing/home/desktop/.local/bin/borgplom +++ b/testing/home/desktop/.local/bin/borgplom @@ -98,13 +98,13 @@ cmd_orgpull() { if [ "$#" -lt 1 ]; then error_exit_with_usage "missing command." elif [ "$1" = "${CMD_HELP}" ]; then - check_args_beyond + check_args_beyond "$@" print_usage elif [ "$1" = "${CMD_KEYS}" ]; then - check_args_beyond + check_args_beyond "$@" cmd_keys elif [ "$1" = "${CMD_ORGPULL}" ]; then - check_args_beyond + check_args_beyond "$@" cmd_orgpull else error_exit_with_usage "unexpected command: ${1}"