diff options
Diffstat (limited to 'docs/podman-login.1.md')
-rw-r--r-- | docs/podman-login.1.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/podman-login.1.md b/docs/podman-login.1.md index e13ddfff7..a0b9a2fe6 100644 --- a/docs/podman-login.1.md +++ b/docs/podman-login.1.md @@ -49,19 +49,19 @@ Print usage statement ## EXAMPLES ``` -# podman login docker.io +$ podman login docker.io Username: umohnani Password: Login Succeeded! ``` ``` -# podman login -u testuser -p testpassword localhost:5000 +$ podman login -u testuser -p testpassword localhost:5000 Login Succeeded! ``` ``` -# podman login --authfile authdir/myauths.json docker.io +$ podman login --authfile authdir/myauths.json docker.io Username: umohnani Password: Login Succeeded! |