Add zsh completion for 'docker cp -L --follow-link'

Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
Upstream-commit: 2e6cd43572
Component: cli
This commit is contained in:
Steve Durrheimer
2017-06-02 00:07:26 +00:00
committed by Tibor Vass
parent 9e0a30c1e8
commit 17e906122a
@@ -592,6 +592,7 @@ __docker_subcommand() {
(cp)
_arguments $(__docker_arguments) \
$opts_help \
"($help -L --follow-link)"{-L,--follow-link}"[Always follow symbol link in SRC_PATH]" \
"($help -)1:container:->container" \
"($help -)2:hostpath:_files" && ret=0
case $state in