podman-login: fix --tls-verify argument (#14973)

See https://github.com/containers/podman/issues/24688.
This commit is contained in:
cyqsimon
2024-11-27 22:44:57 +08:00
committed by GitHub
parent 67166ff0e7
commit 0f652c7ed3

View File

@@ -14,4 +14,4 @@
- Log in to an insecure (HTTP) registry:
`podman login --tls-verify false {{registry.example.org}}`
`podman login --tls-verify=false {{registry.example.org}}`