2
0
Эх сурвалжийг харах

minor bash completion fixes

Thomas Waldmann 2 долоо хоног өмнө
parent
commit
ca87c60565

+ 1 - 1
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}"
                 local opts="-n --dry-run --other-repo --upgrader ${common_opts} -a --match-archives ${archive_filter_opts}"
                 ;;
                 ;;
             *' serve '*)
             *' 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 '*)
             *' tag '*)
                 local opts="--set --add --remove -a --match-archives ${archive_filter_opts} ${common_opts}"
                 local opts="--set --add --remove -a --match-archives ${archive_filter_opts} ${common_opts}"