summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authoroxiedi <oxiedi@yandex.ru>2020-07-26 07:43:20 +0500
committeroxiedi <oxiedi@yandex.ru>2020-07-26 07:43:20 +0500
commit9afad448945e912deef24a6122af122caed1fcf7 (patch)
treee79f83b353eca1ddd14d4d8afb7ab3182872bd46 /scripts
parent2b869256a2410f137ab9c9ef9de9e704d1018652 (diff)
don't complete $BORG_RECREATE_I_KNOW_WHAT_I_AM_DOING
Diffstat (limited to 'scripts')
-rw-r--r--scripts/shell_completions/zsh/_borg2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/shell_completions/zsh/_borg b/scripts/shell_completions/zsh/_borg
index a893da7bb..a49c6a2a8 100644
--- a/scripts/shell_completions/zsh/_borg
+++ b/scripts/shell_completions/zsh/_borg
@@ -749,7 +749,7 @@ _borg_parameters() {
_description values expl 'value'
compadd "$expl[@]" yes no && ret=0
;;
- ((CHECK|DELETE|RECREATE)_I_KNOW_WHAT_I_AM_DOING)
+ ((CHECK|DELETE)_I_KNOW_WHAT_I_AM_DOING)
_description values expl 'value'
compadd "$expl[@]" YES NO && ret=0
;;