1
0
mirror of https://github.com/docker/cli.git synced 2026-01-06 05:41:44 +03:00
Signed-off-by: Jennings Zhang <jenni_zh@protonmail.com>
This commit is contained in:
Jennings Zhang
2020-09-17 15:33:46 -04:00
parent 185d71262a
commit bd8948761c

View File

@@ -4227,7 +4227,7 @@ _docker_manifest_push() {
esac
}
_docker_network_rm() {
_docker_manifest_rm() {
case "$cur" in
-*)
COMPREPLY=( $( compgen -W "--help" -- "$cur" ) )