summaryrefslogtreecommitdiff
path: root/cmd/podman/common.go
diff options
context:
space:
mode:
authorJames Cassell <code@james.cassell.me>2019-05-01 09:07:17 -0400
committerJames Cassell <code@james.cassell.me>2019-05-01 20:56:57 -0400
commitcf982f148001bdcc05871908eb0763f16077edcf (patch)
tree7c470818bd15b103347716962194541d9a082792 /cmd/podman/common.go
parenteea77b5ae3e7fb8a60d438a79d3a4b30d35bb67c (diff)
downloadpodman-cf982f148001bdcc05871908eb0763f16077edcf.tar.gz
podman-cf982f148001bdcc05871908eb0763f16077edcf.tar.bz2
podman-cf982f148001bdcc05871908eb0763f16077edcf.zip
http-proxy: improve docs
Signed-off-by: James Cassell <code@james.cassell.me>
Diffstat (limited to 'cmd/podman/common.go')
-rw-r--r--cmd/podman/common.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/common.go b/cmd/podman/common.go
index b02aa5990..8aca08248 100644
--- a/cmd/podman/common.go
+++ b/cmd/podman/common.go
@@ -315,7 +315,7 @@ func getCreateFlags(c *cliconfig.PodmanCommand) {
)
createFlags.Bool(
"http-proxy", true,
- "Set proxy environment variables in container based on the host proxy vars",
+ "Set proxy environment variables in the container based on the host proxy vars",
)
createFlags.String(
"image-volume", cliconfig.DefaultImageVolume,