summaryrefslogtreecommitdiff
path: root/cmd/podman/system.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/system.go')
-rw-r--r--cmd/podman/system.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/system.go b/cmd/podman/system.go
index b6bc1bfef..741b79da5 100644
--- a/cmd/podman/system.go
+++ b/cmd/podman/system.go
@@ -24,4 +24,5 @@ var systemCommands = []*cobra.Command{
func init() {
systemCommand.AddCommand(systemCommands...)
systemCommand.AddCommand(getSystemSubCommands()...)
+ systemCommand.SetUsageTemplate(UsageTemplate())
}