Still missed -entrypoint from 'docker run'

This commit is contained in:
Kawsar Saiyeed
2013-08-11 01:29:22 +01:00
parent ae1909b482
commit e737856a7f
+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++ ))
;;
-*)