home · contact · privacy
Fix.
authorChristian Heller <c.heller@plomlompom.de>
Wed, 2 Apr 2025 10:38:45 +0000 (12:38 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Wed, 2 Apr 2025 10:38:45 +0000 (12:38 +0200)
testing/home/desktop/.local/bin/borgplom

index 609e6cfcdba4eb0e84c9a9bce6a5e61e2d418be4..d0245b3cf6a7a710067991af0810dc304d8e1d82 100755 (executable)
@@ -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}"