Fix plural typo in 'save' command help

The form "Save an images" is not correct.
Either "Save an image" or "Save images" work, but since
the save commands accepts multiple images, I chose the
latter.

Fixed in all places where I could grep "Save an image(s)".

Signed-off-by: Martin Mosegaard Amdisen <martin.amdisen@praqma.com>
Upstream-commit: 315c34a25a
Component: cli
This commit is contained in:
Martin Mosegaard Amdisen
2017-06-02 00:07:32 +00:00
committed by Tibor Vass
parent ef0f5fcc71
commit 09476ca3f7
3 changed files with 3 additions and 3 deletions
@@ -12,7 +12,7 @@ parent = "smn_cli"
Usage: docker save [OPTIONS] IMAGE [IMAGE...]
Save an image(s) to a tar archive (streamed to STDOUT by default)
Save images to a tar archive (streamed to STDOUT by default)
--help Print usage
-o, --output="" Write to a file, instead of STDOUT
+1 -1
View File
@@ -37,7 +37,7 @@ Restores both images and tags.
fedora latest 58394af37342 7 weeks ago 385.5 MB
# See also
**docker-save(1)** to save an image(s) to a tar archive (streamed to STDOUT by default).
**docker-save(1)** to save images to a tar archive (streamed to STDOUT by default).
# HISTORY
April 2014, Originally compiled by William Henry (whenry at redhat dot com)
+1 -1
View File
@@ -2,7 +2,7 @@
% Docker Community
% JUNE 2014
# NAME
docker-save - Save an image(s) to a tar archive (streamed to STDOUT by default)
docker-save - Save images to a tar archive (streamed to STDOUT by default)
# SYNOPSIS
**docker save**