summaryrefslogtreecommitdiff
path: root/docs/podman-push.1.md
diff options
context:
space:
mode:
authorTomSweeneyRedHat <tsweeney@redhat.com>2018-08-21 09:34:51 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2018-08-21 14:29:15 +0000
commit7e94fbb4936d189cd79e2159859f0f8aa02584e6 (patch)
tree0ec14ddbb04759d79019de2cda1fad1b902a3b1f /docs/podman-push.1.md
parent803dbf204144c42ea06d2d9307b2df7626e63038 (diff)
downloadpodman-7e94fbb4936d189cd79e2159859f0f8aa02584e6.tar.gz
podman-7e94fbb4936d189cd79e2159859f0f8aa02584e6.tar.bz2
podman-7e94fbb4936d189cd79e2159859f0f8aa02584e6.zip
Touch up cert-dir in man pages
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com> Closes: #1312 Approved by: rhatdan
Diffstat (limited to 'docs/podman-push.1.md')
-rw-r--r--docs/podman-push.1.md4
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**