diff options
Diffstat (limited to 'docs/podman-login.1.md')
-rw-r--r-- | docs/podman-login.1.md | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/podman-login.1.md b/docs/podman-login.1.md index 6f0b8175b..27b47d9fd 100644 --- a/docs/podman-login.1.md +++ b/docs/podman-login.1.md @@ -4,12 +4,7 @@ podman\-login - Login to a container registry ## SYNOPSIS -**podman login** -[**--help**|**-h**] -[**--authfile**] -[**--user**|**-u**] -[**--password**|**-p**] -**REGISTRY** +**podman login** [*options*] *registry* ## DESCRIPTION **podman login** logs into a specified registry server with the correct username @@ -47,6 +42,10 @@ Default certificates directory is _/etc/containers/certs.d_. Require HTTPS and verify certificates when contacting registries (default: true) +**--help**, **-h** + +Print usage statement + ## EXAMPLES ``` |