aboutsummaryrefslogtreecommitdiff
path: root/cmd/podman/tag.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/tag.go')
-rw-r--r--cmd/podman/tag.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/tag.go b/cmd/podman/tag.go
index 2b9d67066..98c6e3449 100644
--- a/cmd/podman/tag.go
+++ b/cmd/podman/tag.go
@@ -12,7 +12,7 @@ var (
tagDescription = "Adds one or more additional names to locally-stored image"
_tagCommand = &cobra.Command{
- Use: "tag",
+ Use: "tag [flags] IMAGE TAG [TAG...]",
Short: "Add an additional name to a local image",
Long: tagDescription,
RunE: func(cmd *cobra.Command, args []string) error {