mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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>
This commit is contained in:
parent
61069d8b69
commit
a09cc935c3
1 changed files with 1 additions and 1 deletions
|
@ -802,7 +802,7 @@ _docker_run() {
|
|||
__docker_capabilities
|
||||
return
|
||||
;;
|
||||
--cidfile|--cgroup-parent|--env-file|--label-file)
|
||||
--cidfile|--env-file|--label-file)
|
||||
_filedir
|
||||
return
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue