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.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/volume.go b/cmd/podman/volume.go
index d63db82e4..36798a19e 100644
--- a/cmd/podman/volume.go
+++ b/cmd/podman/volume.go
@@ -19,4 +19,5 @@ var volumeCommand = cliconfig.PodmanCommand{
func init() {
volumeCommand.AddCommand(getVolumeSubCommands()...)
+ volumeCommand.SetUsageTemplate(UsageTemplate())
}