Still missed -entrypoint from 'docker run'

Upstream-commit: e737856a7f2c92f6cb582a12cc6f0b9fb4720d5a
Component: engine
This commit is contained in:
Kawsar Saiyeed
2013-08-11 01:29:22 +01:00
parent 7380689cdd
commit 44ac0a0f19
+1 -1
View File
@@ -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++ ))
;;
-*)