1
0
mirror of https://github.com/docker/cli.git synced 2025-07-30 17:03:07 +03:00

Change the docker-tag usage text to be clearer

Signed-off-by: Boaz Shuster <ripcurld.github@gmail.com>
This commit is contained in:
Boaz Shuster
2016-11-13 10:28:25 +02:00
committed by Tibor Vass
parent f28c79766c
commit c4776804f4
2 changed files with 4 additions and 4 deletions

View File

@ -16,9 +16,9 @@ keywords: "tag, name, image"
# tag
```markdown
Usage: docker tag IMAGE[:TAG] IMAGE[:TAG]
Usage: docker tag SOURCE_IMAGE[:TAG] TARGET_IMAGE[:TAG]
Tag an image into a repository
Create a tag TARGET_IMAGE that refers to SOURCE_IMAGE
Options:
--help Print usage