From 7340bdb5d6a6ede191ddfb417924c6fc66eb7d01 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Sun, 20 Dec 2020 18:13:57 +0100 Subject: [PATCH] contrib: bash: completion.bash: add action "list all" --- contrib/bash/completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')