Merge pull request #22788 from thaJeztah/fix-typo-in-completion
Fix typo in zsh completion Upstream-commit: 713b9541f5aa19aceaf18d7a8765d2fdda9d786a Component: engine
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user