ajout de -info scriptBorg
This commit is contained in:
@ -8,7 +8,7 @@ _borg()
|
||||
local current=${COMP_WORDS[COMP_CWORD]}
|
||||
case "$current" in
|
||||
-*)
|
||||
local_prop="-h -d -i -l -m -u -t -p -v"
|
||||
local_prop="-h -d -i -l -m -u -t -p -v -info"
|
||||
COMPREPLY=( $(compgen -W "${local_prop}" -- $current) )
|
||||
;;
|
||||
esac
|
||||
|
Reference in New Issue
Block a user