summaryrefslogtreecommitdiff
path: root/cmd/podman/info.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/info.go')
-rw-r--r--cmd/podman/info.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/info.go b/cmd/podman/info.go
index 177878e5a..d60b8f84f 100644
--- a/cmd/podman/info.go
+++ b/cmd/podman/info.go
@@ -32,6 +32,7 @@ var (
func init() {
infoCommand.Command = _infoCommand
+ infoCommand.SetUsageTemplate(UsageTemplate())
flags := infoCommand.Flags()
flags.BoolVarP(&infoCommand.Debug, "debug", "D", false, "Display additional debug information")