summaryrefslogtreecommitdiff
path: root/docs/podman-logout.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/podman-logout.1.md')
-rw-r--r--docs/podman-logout.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/podman-logout.1.md b/docs/podman-logout.1.md
index d6281500b..92abaa22e 100644
--- a/docs/podman-logout.1.md
+++ b/docs/podman-logout.1.md
@@ -14,7 +14,7 @@ podman logout - Logout of a container registry
## DESCRIPTION
**podman logout** logs out of a specified registry server by deleting the cached credentials
-stored in the **auth.json** file. The path of the authentication file can be overrriden by the user by setting the **authfile** flag.
+stored in the **auth.json** file. The path of the authentication file can be overridden by the user by setting the **authfile** flag.
The default path used is **${XDG\_RUNTIME_DIR}/containers/auth.json**.
All the cached credentials can be removed by setting the **all** flag.