mirror of https://github.com/docker/cli.git
Merge pull request #2728 from jennydaman/manifest-rm
Fix bash completion typo `docker manifest rm`
This commit is contained in:
commit
75598aa92a
|
@ -4281,7 +4281,7 @@ _docker_manifest_push() {
|
|||
esac
|
||||
}
|
||||
|
||||
_docker_network_rm() {
|
||||
_docker_manifest_rm() {
|
||||
case "$cur" in
|
||||
-*)
|
||||
COMPREPLY=( $( compgen -W "--help" -- "$cur" ) )
|
||||
|
|
Loading…
Reference in New Issue