Touch up cert-dir in man pages

Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>

Closes: #1312
Approved by: rhatdan
This commit is contained in:
TomSweeneyRedHat 2018-08-21 09:34:51 -04:00 committed by Atomic Bot
parent 803dbf2041
commit 7e94fbb493
3 changed files with 6 additions and 6 deletions

View File

@ -33,9 +33,9 @@ Username for registry
Path of the authentication file. Default is ${XDG_\RUNTIME\_DIR}/containers/auth.json
**--cert-dir**
**--cert-dir** *path*
Pathname of a directory containing TLS certificates and keys used to connect to the registry.
Use certificates at *path* (\*.crt, \*.cert, \*.key) to connect to the registry.
Default certificates directory is _/etc/containers/certs.d_.
**--tls-verify**

View File

@ -50,9 +50,9 @@ Image stored in local container/storage
Path of the authentication file. Default is ${XDG_RUNTIME\_DIR}/containers/auth.json, which is set using `podman login`.
If the authorization state is not found there, $HOME/.docker/config.json is checked, which is set using `docker login`.
**--cert-dir**
**--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_.
**--creds**

View File

@ -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**