Skip to content

Commit

Permalink
Add bash completion for docker node rm --force
Browse files Browse the repository at this point in the history
Signed-off-by: Harald Albers <[email protected]>
  • Loading branch information
albers committed Aug 3, 2016
1 parent 5c9bcaa commit 46d3464
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 @@ -2019,7 +2019,7 @@ _docker_node_remove() {
_docker_node_rm() {
case "$cur" in
-*)
COMPREPLY=( $( compgen -W "--help" -- "$cur" ) )
COMPREPLY=( $( compgen -W "--force --help" -- "$cur" ) )
;;
*)
__docker_complete_nodes
Expand Down

0 comments on commit 46d3464

Please sign in to comment.