summaryrefslogtreecommitdiff
path: root/cmd/podman/volume.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/volume.go')
-rw-r--r--cmd/podman/volume.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/volume.go b/cmd/podman/volume.go
index bae778e52..36798a19e 100644
--- a/cmd/podman/volume.go
+++ b/cmd/podman/volume.go
@@ -19,5 +19,5 @@ var volumeCommand = cliconfig.PodmanCommand{
func init() {
volumeCommand.AddCommand(getVolumeSubCommands()...)
- rootCmd.AddCommand(volumeCommand.Command)
+ volumeCommand.SetUsageTemplate(UsageTemplate())
}