diff options
Diffstat (limited to 'docs/podman-login.1.md')
-rw-r--r-- | docs/podman-login.1.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/podman-login.1.md b/docs/podman-login.1.md index 1f24f6f21..fcf32870a 100644 --- a/docs/podman-login.1.md +++ b/docs/podman-login.1.md @@ -65,12 +65,12 @@ Login Succeeded! ``` ``` -$ kpod login --tls-verify=false -u test -p test localhost:5000 +$ podman login --tls-verify=false -u test -p test localhost:5000 Login Succeeded! ``` ``` -$ kpod login --cert-dir /etc/containers/certs.d/ -u foo -p bar localhost:5000 +$ podman login --cert-dir /etc/containers/certs.d/ -u foo -p bar localhost:5000 Login Succeeded! ``` |