ajout de -info scriptBorg

This commit is contained in:
2024-08-16 08:45:49 +02:00
parent c2f02bfb3d
commit a2542d8fea
2 changed files with 16 additions and 5 deletions

View File

@ -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