diff options
author | TomSweeneyRedHat <tsweeney@redhat.com> | 2017-12-20 14:24:58 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2017-12-21 09:49:01 +0000 |
commit | b08ac1065ca0201cd66cf53bf6fc75470a70f398 (patch) | |
tree | bfa78c9845df129d38da024667168ea4d2753b11 /cmd | |
parent | 6065f18da6fa847ee67ff1e86e0a04ccb90dc587 (diff) | |
download | podman-b08ac1065ca0201cd66cf53bf6fc75470a70f398.tar.gz podman-b08ac1065ca0201cd66cf53bf6fc75470a70f398.tar.bz2 podman-b08ac1065ca0201cd66cf53bf6fc75470a70f398.zip |
Touch up certs-dir verbiage a bit
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Closes: #160
Approved by: rhatdan
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/podman/login.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/login.go b/cmd/podman/login.go index 55f97de72..325bf8621 100644 --- a/cmd/podman/login.go +++ b/cmd/podman/login.go @@ -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", |