Merge pull request #2728 from jennydaman/manifest-rm

Fix bash completion typo `docker manifest rm`
This commit is contained in:
Sebastiaan van Stijn 2020-09-18 01:35:00 +02:00 committed by GitHub
commit 75598aa92a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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