summaryrefslogtreecommitdiff
path: root/cmd/podman/inspect.go
diff options
context:
space:
mode:
authorIvan Bodunov <ivan.bodunov@gmail.com>2019-01-30 13:28:45 +0200
committerIvan Bodunov <ivan.bodunov@gmail.com>2019-01-30 14:10:33 +0200
commit918b73cd05aa88ce453bd03f84696fdea4a7870b (patch)
tree5aca01f60140473a4e9062cbff0e3371bf5ae609 /cmd/podman/inspect.go
parentb01ec95bda1f0398e62be85aeade70f2e6a1ca8d (diff)
downloadpodman-918b73cd05aa88ce453bd03f84696fdea4a7870b.tar.gz
podman-918b73cd05aa88ce453bd03f84696fdea4a7870b.tar.bz2
podman-918b73cd05aa88ce453bd03f84696fdea4a7870b.zip
For consistency in usage output the verbs changed from 3rd person to 1st person.
Signed-off-by: Ivan Bodunov <ivan.bodunov@gmail.com>
Diffstat (limited to 'cmd/podman/inspect.go')
-rw-r--r--cmd/podman/inspect.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/inspect.go b/cmd/podman/inspect.go
index 3ef740463..40448e3f2 100644
--- a/cmd/podman/inspect.go
+++ b/cmd/podman/inspect.go
@@ -40,7 +40,7 @@ var (
inspectDescription = "This displays the low-level information on containers and images identified by name or ID. By default, this will render all results in a JSON array. If the container and image have the same name, this will return container JSON for unspecified type."
inspectCommand = cli.Command{
Name: "inspect",
- Usage: "Displays the configuration of a container or image",
+ Usage: "Display the configuration of a container or image",
Description: inspectDescription,
Flags: sortFlags(inspectFlags),
Action: inspectCmd,