summaryrefslogtreecommitdiff
path: root/cmd/podman/main.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-03-14 00:31:22 -0700
committerGitHub <noreply@github.com>2019-03-14 00:31:22 -0700
commitfb5f8ebcb649cc25ee0207364ac386ada855e976 (patch)
treefd986f3fd9bc108dcc5fb605cc9480c07ebc034e /cmd/podman/main.go
parent7426d4fbbeaf5ebd3d55576add89b99cd3f3f760 (diff)
parent3de5e4a99fe441e41e1a1c9f90e8bb6e0ff1bd28 (diff)
downloadpodman-fb5f8ebcb649cc25ee0207364ac386ada855e976.tar.gz
podman-fb5f8ebcb649cc25ee0207364ac386ada855e976.tar.bz2
podman-fb5f8ebcb649cc25ee0207364ac386ada855e976.zip
Merge pull request #2624 from edsantiago/inspect_usability
Usability cleanup for 'inspect'
Diffstat (limited to 'cmd/podman/main.go')
-rw-r--r--cmd/podman/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/main.go b/cmd/podman/main.go
index 669860341..af6731d96 100644
--- a/cmd/podman/main.go
+++ b/cmd/podman/main.go
@@ -42,7 +42,7 @@ var mainCommands = []*cobra.Command{
&_imagesCommand,
_importCommand,
_infoCommand,
- _inspectCommand,
+ &_inspectCommand,
_killCommand,
_loadCommand,
podCommand.Command,