summaryrefslogtreecommitdiff
path: root/cmd/podman/volumes/create.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/volumes/create.go')
-rw-r--r--cmd/podman/volumes/create.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/volumes/create.go b/cmd/podman/volumes/create.go
index 934a552dc..a54530183 100644
--- a/cmd/podman/volumes/create.go
+++ b/cmd/podman/volumes/create.go
@@ -15,7 +15,7 @@ var (
createDescription = `If using the default driver, "local", the volume will be created on the host in the volumes directory under container storage.`
createCommand = &cobra.Command{
- Use: "create [flags] [NAME]",
+ Use: "create [options] [NAME]",
Short: "Create a new volume",
Long: createDescription,
RunE: create,