mirror of
https://github.com/docker/cli.git
synced 2025-08-08 12:02:07 +03:00
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>
This commit is contained in:
committed by
Tibor Vass
parent
ffcfd1b39c
commit
315c34a25a
@@ -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
|
||||
|
Reference in New Issue
Block a user