mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-22 15:28:57 +00:00
don't complete $BORG_RECREATE_I_KNOW_WHAT_I_AM_DOING
This commit is contained in:
parent
2b869256a2
commit
9afad44894
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue