Do not complete --cgroup-parent as _filedir

This is a follow-up on PR 11708, as suggested by tianon.

Signed-off-by: Harald Albers <github@albersweb.de>
(cherry picked from commit a09cc935c3)

Docker-DCO-1.1-Signed-off-by: Jessie Frazelle <jess@docker.com> (github: jfrazelle)
This commit is contained in:
Harald Albers
2015-03-30 12:02:48 -07:00
committed by Jessica Frazelle
parent af9dab70f8
commit f72b2c02b8
+1 -1
View File
@@ -802,7 +802,7 @@ _docker_run() {
__docker_capabilities
return
;;
--cidfile|--cgroup-parent|--env-file|--label-file)
--cidfile|--env-file|--label-file)
_filedir
return
;;