diff options
Diffstat (limited to 'docs/podman-logout.1.md')
-rw-r--r-- | docs/podman-logout.1.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/podman-logout.1.md b/docs/podman-logout.1.md index 7d8449915..e0c82b9ef 100644 --- a/docs/podman-logout.1.md +++ b/docs/podman-logout.1.md @@ -4,11 +4,7 @@ podman\-logout - Logout of a container registry ## SYNOPSIS -**podman logout** -[**--help**|**-h**] -[**--authfile**] -[**--all**|**-a**] -**REGISTRY** +**podman logout** [*options*] *registry* ## DESCRIPTION **podman logout** logs out of a specified registry server by deleting the cached credentials @@ -32,6 +28,10 @@ Path of the authentication file. Default is ${XDG_\RUNTIME\_DIR}/containers/auth Remove the cached credentials for all registries in the auth file +**--help**, **-h** + +Print usage statement + ## EXAMPLES ``` |