mirror of
https://github.com/docker/cli.git
synced 2026-01-18 08:21:31 +03:00
Fix useless trailing backslash in zsh completion
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
Upstream-commit: a93d410af7
Component: cli
This commit is contained in:
committed by
Tibor Vass
parent
f7828d31ba
commit
b41c5d712a
@@ -562,7 +562,7 @@ __docker_container_subcommand() {
|
||||
"($help)*--group=[Set one or more supplementary user groups for the container]:group:_groups"
|
||||
"($help -h --hostname)"{-h=,--hostname=}"[Container host name]:hostname:_hosts"
|
||||
"($help -i --interactive)"{-i,--interactive}"[Keep stdin open even if not attached]"
|
||||
"($help)--init[Run an init inside the container that forwards signals and reaps processes]" \
|
||||
"($help)--init[Run an init inside the container that forwards signals and reaps processes]"
|
||||
"($help)--ip=[IPv4 address]:IPv4: "
|
||||
"($help)--ip6=[IPv6 address]:IPv6: "
|
||||
"($help)--ipc=[IPC namespace to use]:IPC namespace: "
|
||||
|
||||
Reference in New Issue
Block a user