Skip to content

Commit

Permalink
Merge pull request moby#17135 from albers/completion-restart-unless-s…
Browse files Browse the repository at this point in the history
…topped

Bash completion for restart policy `unless-stopped`
  • Loading branch information
Jess Frazelle committed Oct 19, 2015
2 parents 6f4d7df + 504d2a9 commit c766bcd
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 @@ -1463,7 +1463,7 @@ _docker_run() {
on-failure:*)
;;
*)
COMPREPLY=( $( compgen -W "no on-failure on-failure: always" -- "$cur") )
COMPREPLY=( $( compgen -W "always no on-failure on-failure: unless-stopped" -- "$cur") )
;;
esac
return
Expand Down

0 comments on commit c766bcd

Please sign in to comment.