diff --git a/contrib/bash/completion.bash b/contrib/bash/completion.bash index 8d1101d..16fa5b7 100644 --- a/contrib/bash/completion.bash +++ b/contrib/bash/completion.bash @@ -70,7 +70,7 @@ _btrbk() ;; 'list') if [[ ! -v 'cmds[1]' ]]; then - COMPREPLY=($(compgen -W 'backups snapshots latest config source volume target' -- "$cur")) + COMPREPLY=($(compgen -W 'all snapshots backups latest config source volume target' -- "$cur")) fi ;; 'origin')