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.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/cmd/podman/volume.go b/cmd/podman/volume.go
index 8a8664151..efc0d7ac9 100644
--- a/cmd/podman/volume.go
+++ b/cmd/podman/volume.go
@@ -5,9 +5,7 @@ import (
"github.com/spf13/cobra"
)
-var volumeDescription = `Manage volumes.
-
-Volumes are created in and can be shared between containers.`
+var volumeDescription = `Volumes are created in and can be shared between containers.`
var volumeCommand = cliconfig.PodmanCommand{
Command: &cobra.Command{