diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/podman-pull.1.md | 4 | ||||
-rw-r--r-- | docs/podman-push.1.md | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/docs/podman-pull.1.md b/docs/podman-pull.1.md index b1212ee6b..e49b69293 100644 --- a/docs/podman-pull.1.md +++ b/docs/podman-pull.1.md @@ -65,7 +65,9 @@ Pathname of a directory containing TLS certificates and keys **--creds** -Credentials (USERNAME:PASSWORD) to use for authenticating to a registry +The [username[:password]] to use to authenticate with the registry if required. +If one or both values are not supplied, a command line prompt will appear and the +value can be entered. The password is entered without echo. **--quiet, -q** diff --git a/docs/podman-push.1.md b/docs/podman-push.1.md index 63c75ea36..b94672ebe 100644 --- a/docs/podman-push.1.md +++ b/docs/podman-push.1.md @@ -53,7 +53,9 @@ If the authorization state is not found there, $HOME/.docker/config.json is chec **--creds="CREDENTIALS"** -Credentials (USERNAME:PASSWORD) to use for authenticating to a registry +The [username[:password]] to use to authenticate with the registry if required. +If one or both values are not supplied, a command line prompt will appear and the +value can be entered. The password is entered without echo. **cert-dir="PATHNAME"** |