From 38ba9e692285198cefdb8b54aa72c6ce2c7b59ee Mon Sep 17 00:00:00 2001
From: Sascha Grunert <sgrunert@suse.com>
Date: Tue, 17 Dec 2019 11:28:07 +0100
Subject: Update `tag` documentation regarding 'alias' usage

The word `alias` is not very common when speaking about image names and
tags. So we just refer to image name as the overall identifier of an
image.

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
---
 docs/source/markdown/podman-tag.1.md | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

(limited to 'docs/source')

diff --git a/docs/source/markdown/podman-tag.1.md b/docs/source/markdown/podman-tag.1.md
index 291d95228..064ea401d 100644
--- a/docs/source/markdown/podman-tag.1.md
+++ b/docs/source/markdown/podman-tag.1.md
@@ -4,14 +4,15 @@
 podman\-tag - Add an additional name to a local image
 
 ## SYNOPSIS
-**podman tag** *image*[:*tag*] *target-name*[:*tag*] [*options*]
+**podman tag** *image*[:*tag*] [*target-name*[:*tag*]...] [*options*]
 
-**podman image tag** *image*[:*tag*] *target-name*[:*tag*] [*options*]
+**podman image tag** *image*[:*tag*] [*target-name*[:*tag*]...] [*options*]
 
 ## 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 *tag*, podman will default to `latest` for both
-the *image* and the *target-name*.
+Assigns a new image name to an existing image.  A full name refers to the entire
+image name, including the optional *tag* after the `:`.  If there is no *tag*
+provided, then podman will default to `latest` for both the *image* and the
+*target-name*.
 
 ## OPTIONS
 
@@ -32,4 +33,5 @@ $ podman tag httpd myregistryhost:5000/fedora/httpd:v2
 podman(1)
 
 ## HISTORY
+December 2019, Update description to refer to 'name' instead of 'alias' by Sascha Grunert <sgrunert@suse.com>
 July 2017, Originally compiled by Ryan Cole <rycole@redhat.com>
-- 
cgit v1.2.3-54-g00ecf