mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix typo in zsh completion
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
4c6838137c
commit
09cb57b773
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue