Browse code

removing trailing backslash in zsh completion

Signed-off-by: Victor Vieux <vieux@docker.com>

Victor Vieux authored on 2017/01/26 13:35:42
Showing 1 changed files
... ...
@@ -561,7 +561,7 @@ __docker_container_subcommand() {
561 561
         "($help)*--group=[Set one or more supplementary user groups for the container]:group:_groups"
562 562
         "($help -h --hostname)"{-h=,--hostname=}"[Container host name]:hostname:_hosts"
563 563
         "($help -i --interactive)"{-i,--interactive}"[Keep stdin open even if not attached]"
564
-        "($help)--init[Run an init inside the container that forwards signals and reaps processes]" \
564
+        "($help)--init[Run an init inside the container that forwards signals and reaps processes]"
565 565
         "($help)--ip=[Container IPv4 address]:IPv4: "
566 566
         "($help)--ip6=[Container IPv6 address]:IPv6: "
567 567
         "($help)--ipc=[IPC namespace to use]:IPC namespace: "