diff options
Diffstat (limited to 'docs/podman-push.1.md')
-rw-r--r-- | docs/podman-push.1.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/podman-push.1.md b/docs/podman-push.1.md index 8fc42bbf4..8375f85b7 100644 --- a/docs/podman-push.1.md +++ b/docs/podman-push.1.md @@ -55,9 +55,9 @@ 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"** +**--cert-dir** *path* -Pathname of a directory containing TLS certificates and keys. +Use certificates at *path* (\*.crt, \*.cert, \*.key) to connect to the registry. Default certificates directory is _/etc/containers/certs.d_. **--compress** |