From 0df373b9b121f1d46d60a0a172155b1dc9d4011e Mon Sep 17 00:00:00 2001 From: Mary Anthony Date: Fri, 24 Jul 2015 13:39:29 -0700 Subject: [PATCH] Carry man page for 14637 Signed-off-by: Mary Anthony Upstream-commit: 1eea853f2d12df7f488a136b8ffd6188970966ac Component: cli --- components/cli/man/docker-load.1.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/cli/man/docker-load.1.md b/components/cli/man/docker-load.1.md index 1a43a5e0d9..508ab6bbb9 100644 --- a/components/cli/man/docker-load.1.md +++ b/components/cli/man/docker-load.1.md @@ -20,7 +20,7 @@ Restores both images and tags. Print usage statement **-i**, **--input**="" - Read from a tar archive file, instead of STDIN + Read from a tar archive file, instead of STDIN. The tarball may be compressed with gzip, bzip, or xz. # EXAMPLES @@ -43,3 +43,4 @@ Restores both images and tags. April 2014, Originally compiled by William Henry (whenry at redhat dot com) based on docker.com source material and internal work. June 2014, updated by Sven Dowideit +July 2015 update by Mary Anthony