diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2018-01-29 13:30:53 +0100 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-01-29 15:21:34 +0000 |
commit | 099b5fb6f6fb1397afc664820239a904585ddd04 (patch) | |
tree | ddc48f065990bcaf660e77124b4f3457be32eb85 /docs/podman-logout.1.md | |
parent | cc5a6a3cb1b6801a1dd81d983bd79d54df880b88 (diff) | |
download | podman-099b5fb6f6fb1397afc664820239a904585ddd04.tar.gz podman-099b5fb6f6fb1397afc664820239a904585ddd04.tar.bz2 podman-099b5fb6f6fb1397afc664820239a904585ddd04.zip |
Ran spell checker through all man pages
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Closes: #269
Approved by: TomSweeneyRedHat
Diffstat (limited to 'docs/podman-logout.1.md')
-rw-r--r-- | docs/podman-logout.1.md | 2 |
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. |