From e737856a7f2c92f6cb582a12cc6f0b9fb4720d5a Mon Sep 17 00:00:00 2001 From: Kawsar Saiyeed Date: Sun, 11 Aug 2013 01:29:22 +0100 Subject: [PATCH] Still missed -entrypoint from 'docker run' --- contrib/docker.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/docker.bash b/contrib/docker.bash index 1edabe1fe1..b9fb2ec6e0 100644 --- a/contrib/docker.bash +++ b/contrib/docker.bash @@ -315,7 +315,7 @@ _docker_run() local counter=$cpos while [ $counter -le $cword ]; do case "${words[$counter]}" in - -a|-c|-cidfile|-dns|-e|-h|-m|-p|-u|-v|-volumes-from) + -a|-c|-cidfile|-dns|-e|-entrypoint|-h|-m|-p|-u|-v|-volumes-from) (( counter++ )) ;; -*)