1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

'an file' -> 'a file' grammar fix

Signed-off-by: Albert Callarisa Roca <albert@acroca.com>
This commit is contained in:
Albert Callarisa 2014-09-18 22:55:38 +08:00
parent db5edfb748
commit 4e11902d05
3 changed files with 3 additions and 3 deletions

View file

@ -2328,7 +2328,7 @@ func (cli *DockerCli) CmdCp(args ...string) error {
func (cli *DockerCli) CmdSave(args ...string) error {
cmd := cli.Subcmd("save", "IMAGE [IMAGE...]", "Save an image(s) to a tar archive (streamed to STDOUT by default)")
outfile := cmd.String([]string{"o", "-output"}, "", "Write to an file, instead of STDOUT")
outfile := cmd.String([]string{"o", "-output"}, "", "Write to a file, instead of STDOUT")
if err := cmd.Parse(args); err != nil {
return err

View file

@ -17,7 +17,7 @@ Stream to a file instead of STDOUT by using **-o**.
# OPTIONS
**-o**, **--output**=""
Write to an file, instead of STDOUT
Write to a file, instead of STDOUT
# EXAMPLES

View file

@ -1333,7 +1333,7 @@ Providing a maximum restart limit is only valid for the ** on-failure ** policy.
Save an image(s) to a tar archive (streamed to STDOUT by default)
-o, --output="" Write to an file, instead of STDOUT
-o, --output="" Write to a file, instead of STDOUT
Produces a tarred repository to the standard output stream.
Contains all parent layers, and all tags + versions, or specified repo:tag, for