mirror of
https://github.com/borgbackup/borg.git
synced 2026-05-28 04:03:21 -04:00
minor bash completion fixes
This commit is contained in:
parent
d197810bde
commit
ca87c60565
1 changed files with 1 additions and 1 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue