Fix typo in zsh completion

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Upstream-commit: 73aeffd68e
Component: cli
This commit is contained in:
Sebastiaan van Stijn
2016-05-17 13:38:46 +02:00
committed by Tibor Vass
parent 1c7bebe986
commit 59c0c9f251

View File

@ -405,7 +405,7 @@ __docker_networks_names() {
__docker_network_commands() {
local -a _docker_network_subcommands
_docker_network_subcommands=(
"connect:onnects a container to a network"
"connect:Connects a container to a network"
"create:Creates a new network with a name specified by the user"
"disconnect:Disconnects a container from a network"
"inspect:Displays detailed information on a network"