summaryrefslogtreecommitdiff
path: root/cmd/podman/image.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/image.go')
-rw-r--r--cmd/podman/image.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/image.go b/cmd/podman/image.go
index 5deea5c74..9a07d0a0c 100644
--- a/cmd/podman/image.go
+++ b/cmd/podman/image.go
@@ -23,7 +23,7 @@ var (
imageDescription = "Manage images"
imageCommand = cli.Command{
Name: "image",
- Usage: "image COMMAND",
+ Usage: "Manage images",
Description: imageDescription,
ArgsUsage: "",
Subcommands: imageSubCommands,