1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

update bash completion for seccomp

Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
Jessica Frazelle 2015-11-18 01:13:02 -08:00
parent ed5853de40
commit ae76f7e23e
No known key found for this signature in database
GPG key ID: 18F3685C0022BFF3

View file

@ -1544,7 +1544,7 @@ _docker_run() {
fi
;;
*)
COMPREPLY=( $( compgen -W "label apparmor" -S ":" -- "$cur") )
COMPREPLY=( $( compgen -W "label apparmor seccomp" -S ":" -- "$cur") )
__docker_nospace
;;
esac