aboutsummaryrefslogtreecommitdiff
path: root/docs/podman-tag.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/podman-tag.1.md')
-rw-r--r--docs/podman-tag.1.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/podman-tag.1.md b/docs/podman-tag.1.md
index fe7945721..ef4a2a0f6 100644
--- a/docs/podman-tag.1.md
+++ b/docs/podman-tag.1.md
@@ -4,14 +4,19 @@
podman\-tag - Add an additional name to a local image
## SYNOPSIS
-**podman [GLOBAL OPTIONS] tag IMAGE[:TAG] TARGET_NAME[:TAG]**
+**podman tag** *image*[:*tag*] *target-name*[:*tag*]
[**--help**|**-h**]
## DESCRIPTION
Assigns a new alias to an image. An alias refers to the entire image name, including the optional
-**TAG** after the ':' If you do not provide a :TAG, podman will assume a :TAG of "latest" for both
-the IMAGE and the TARGET_NAME.
+*tag* after the `:`. If you do not provide *tag*, podman will default to `latest` for both
+the *image* and the *target-name*.
+## OPTIONS
+
+**--help**, **-h**
+
+Print usage statement
## EXAMPLES