Browse Source

complete $BORG_RECREATE_I_KNOW_WHAT_I_AM_DOING

oxiedi 4 years ago
parent
commit
1d89590e06
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/shell_completions/zsh/_borg

+ 1 - 1
scripts/shell_completions/zsh/_borg

@@ -742,7 +742,7 @@ _borg_parameters() {
     _description values expl 'value'
     compadd "$expl[@]" yes no && ret=0
     ;;
-  ((CHECK|DELETE)_I_KNOW_WHAT_I_AM_DOING)
+  ((CHECK|DELETE|RECREATE)_I_KNOW_WHAT_I_AM_DOING)
     _description values expl 'value'
     compadd "$expl[@]" YES NO && ret=0
     ;;