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

index d0245b3cf6a7a710067991af0810dc304d8e1d82..0b6e44f6027b84cf64dcb26c8d40437dd8c3ec6b 100755 (executable)
@@ -32,9 +32,10 @@ error_exit_with_usage() {
 }
 
 check_args_beyond() {
+    _CMD="$1"
     shift 1
     if [ "$#" -gt 0 ]; then
-        echo "WARNING: unexpected arguments beyond command, ignoring: $@\n"
+        error_exit "unexpected arguments beyond command '${_CMD}': $@\n"
     fi
 }