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.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/cmd/podman/tag.go b/cmd/podman/tag.go
index 135c2f7a0..422e9dbf6 100644
--- a/cmd/podman/tag.go
+++ b/cmd/podman/tag.go
@@ -20,7 +20,9 @@ var (
tagCommand.GlobalFlags = MainGlobalOpts
return tagCmd(&tagCommand)
},
- Example: "IMAGE-NAME [IMAGE-NAME ...]",
+ Example: `podman tag 0e3bbc2 fedora:latest
+ podman tag imageID:latest myNewImage:newTag
+ podman tag httpd myregistryhost:5000/fedora/httpd:v2`,
}
)