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.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/podman-logout.1.md b/docs/podman-logout.1.md
index f90e02102..4e001085c 100644
--- a/docs/podman-logout.1.md
+++ b/docs/podman-logout.1.md
@@ -35,17 +35,17 @@ Print usage statement
## EXAMPLES
```
-# podman logout docker.io
+$ podman logout docker.io
Remove login credentials for https://registry-1.docker.io/v2/
```
```
-# podman logout --authfile authdir/myauths.json docker.io
+$ podman logout --authfile authdir/myauths.json docker.io
Remove login credentials for https://registry-1.docker.io/v2/
```
```
-# podman logout --all
+$ podman logout --all
Remove login credentials for all registries
```