Missed -entrypoint from 'docker run' options

This commit is contained in:
Kawsar Saiyeed 2013-08-11 00:57:18 +01:00
parent 91ae135896
commit d75282eb14
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ _docker_run()
-volumes-from) -volumes-from)
__docker_containers __docker_containers
;; ;;
-a|-c|-dns|-e|-h|-m|-p|-u|-v) -a|-c|-dns|-e|-entrypoint|-h|-m|-p|-u|-v)
return return
;; ;;
*) *)