diff options
author | Qi Wang <qiwan@redhat.com> | 2018-10-09 09:26:47 -0400 |
---|---|---|
committer | Qi Wang <qiwan@redhat.com> | 2018-10-12 10:05:14 -0400 |
commit | 88673a5fcfcedb3ab3f1039a46b3eba912f35e5c (patch) | |
tree | 59b86e95fccb21f26591177747adfcffa6816f85 /vendor | |
parent | da5c89497f9d6ee5cb6e826d7db7cca5686ab4f7 (diff) | |
download | podman-88673a5fcfcedb3ab3f1039a46b3eba912f35e5c.tar.gz podman-88673a5fcfcedb3ab3f1039a46b3eba912f35e5c.tar.bz2 podman-88673a5fcfcedb3ab3f1039a46b3eba912f35e5c.zip |
Support auth file environment variable & add change to man pages
Signed-off-by: Qi Wang <qiwan@redhat.com>
Diffstat (limited to 'vendor')
-rw-r--r-- | vendor/github.com/containers/buildah/pkg/cli/common.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/containers/buildah/pkg/cli/common.go b/vendor/github.com/containers/buildah/pkg/cli/common.go index b54663f5d..4baf0da69 100644 --- a/vendor/github.com/containers/buildah/pkg/cli/common.go +++ b/vendor/github.com/containers/buildah/pkg/cli/common.go @@ -83,7 +83,7 @@ var ( }, cli.StringFlag{ Name: "authfile", - Usage: "path of the authentication file. Default is ${XDG_RUNTIME_DIR}/containers/auth.json", + Usage: "path of the authentication file. Default is ${XDG_RUNTIME_DIR}/containers/auth.json. Use REGISTRY_AUTH_FILE environment variable to override. ", }, cli.StringSliceFlag{ Name: "build-arg", |