diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-07-19 17:21:27 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@gmail.com> | 2018-07-24 16:12:31 -0400 |
commit | 7a358e427738294180a14b1298dfc3a569f0e0fc (patch) | |
tree | 933e665feb6090c679e4cbb37ccf1ada398f8da4 /cmd/podman/main.go | |
parent | fc95f68247248e4cb029440e2fe4ba0b0df8049c (diff) | |
download | podman-7a358e427738294180a14b1298dfc3a569f0e0fc.tar.gz podman-7a358e427738294180a14b1298dfc3a569f0e0fc.tar.bz2 podman-7a358e427738294180a14b1298dfc3a569f0e0fc.zip |
Address first round of review comments
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
Diffstat (limited to 'cmd/podman/main.go')
-rw-r--r-- | cmd/podman/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/main.go b/cmd/podman/main.go index 9ae45e056..dbd7c1155 100644 --- a/cmd/podman/main.go +++ b/cmd/podman/main.go @@ -174,7 +174,7 @@ func main() { }, cli.StringFlag{ Name: "namespace", - Usage: "set the libpod namespace, used create separate views of the containers and pods on the system", + Usage: "set the libpod namespace, used to create separate views of the containers and pods on the system", Value: "", }, cli.StringFlag{ |