From ca87c6056596585494570b388abc74ececc2b340 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 20 May 2025 21:05:38 +0200 Subject: [PATCH] minor bash completion fixes --- scripts/shell_completions/bash/borg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/shell_completions/bash/borg b/scripts/shell_completions/bash/borg index ec8aeb998..6acd63d40 100644 --- a/scripts/shell_completions/bash/borg +++ b/scripts/shell_completions/bash/borg @@ -160,7 +160,7 @@ _borg() local opts="-n --dry-run --other-repo --upgrader ${common_opts} -a --match-archives ${archive_filter_opts}" ;; *' serve '*) - local opts="--restrict-to-path --restrict-to-repository --append-only --storage-quota ${common_opts}" + local opts="--restrict-to-path --restrict-to-repository ${common_opts}" ;; *' tag '*) local opts="--set --add --remove -a --match-archives ${archive_filter_opts} ${common_opts}"