Touch up certs-dir verbiage a bit

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

Closes: #160
Approved by: rhatdan
This commit is contained in:
TomSweeneyRedHat 2017-12-20 14:24:58 -05:00 committed by Atomic Bot
parent 6065f18da6
commit b08ac1065c
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ var (
},
cli.StringFlag{
Name: "cert-dir",
Usage: "Pathname of a directory containing TLS certificates and keys",
Usage: "Pathname of a directory containing TLS certificates and keys used to connect to the registry",
},
cli.BoolTFlag{
Name: "tls-verify",

View file

@ -38,7 +38,7 @@ Username for registry
Path of the authentication file. Default is ${XDG_\RUNTIME\_DIR}/containers/auth.json
**--cert-dir**
Pathname of a directory containing TLS certificates and keys
Pathname of a directory containing TLS certificates and keys used to connect to the registry
**--tls-verify**
Require HTTPS and verify certificates when contacting registries (default: true)