minor bash completion fixes

This commit is contained in:
Thomas Waldmann 2025-05-20 21:05:38 +02:00
parent d197810bde
commit ca87c60565
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -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}"