Skip to content

Commit ca87c60

Browse files
minor bash completion fixes
1 parent d197810 commit ca87c60

File tree

1 file changed

+1
-1
lines changed
  • scripts/shell_completions/bash

1 file changed

+1
-1
lines changed

scripts/shell_completions/bash/borg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ _borg()
160160
local opts="-n --dry-run --other-repo --upgrader ${common_opts} -a --match-archives ${archive_filter_opts}"
161161
;;
162162
*' serve '*)
163-
local opts="--restrict-to-path --restrict-to-repository --append-only --storage-quota ${common_opts}"
163+
local opts="--restrict-to-path --restrict-to-repository ${common_opts}"
164164
;;
165165
*' tag '*)
166166
local opts="--set --add --remove -a --match-archives ${archive_filter_opts} ${common_opts}"

0 commit comments

Comments
 (0)