mirror of https://github.com/docker/cli.git
Fix typo
Signed-off-by: Jennings Zhang <jenni_zh@protonmail.com>
This commit is contained in:
parent
185d71262a
commit
bd8948761c
|
@ -4227,7 +4227,7 @@ _docker_manifest_push() {
|
|||
esac
|
||||
}
|
||||
|
||||
_docker_network_rm() {
|
||||
_docker_manifest_rm() {
|
||||
case "$cur" in
|
||||
-*)
|
||||
COMPREPLY=( $( compgen -W "--help" -- "$cur" ) )
|
||||
|
|
Loading…
Reference in New Issue