Skip to content

Commit

Permalink
Add bash completion for system prune --volumes
Browse files Browse the repository at this point in the history
Signed-off-by: Harald Albers <github@albersweb.de>
  • Loading branch information
albers committed Jun 27, 2017
1 parent 2eac0bb commit 36b572d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/completion/bash/docker
Original file line number Diff line number Diff line change
Expand Up @@ -4322,7 +4322,7 @@ _docker_system_prune() {

case "$cur" in
-*)
COMPREPLY=( $( compgen -W "--all -a --force -f --filter --help" -- "$cur" ) )
COMPREPLY=( $( compgen -W "--all -a --force -f --filter --help --volumes" -- "$cur" ) )
;;
esac
}
Expand Down

0 comments on commit 36b572d

Please sign in to comment.