From b08ac1065ca0201cd66cf53bf6fc75470a70f398 Mon Sep 17 00:00:00 2001 From: TomSweeneyRedHat Date: Wed, 20 Dec 2017 14:24:58 -0500 Subject: [PATCH] Touch up certs-dir verbiage a bit Signed-off-by: TomSweeneyRedHat Closes: #160 Approved by: rhatdan --- cmd/podman/login.go | 2 +- docs/podman-login.1.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/podman/login.go b/cmd/podman/login.go index 55f97de721..325bf8621c 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", diff --git a/docs/podman-login.1.md b/docs/podman-login.1.md index 180cdd45ec..1f24f6f210 100644 --- a/docs/podman-login.1.md +++ b/docs/podman-login.1.md @@ -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)