Carry man page for 14637

Signed-off-by: Mary Anthony <mary@docker.com>
This commit is contained in:
Mary Anthony 2015-07-24 13:39:29 -07:00 committed by Tibor Vass
parent 4b6f59e6ac
commit 1eea853f2d
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,7 @@ Restores both images and tags.
Print usage statement Print usage statement
**-i**, **--input**="" **-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 # EXAMPLES
@ -43,3 +43,4 @@ Restores both images and tags.
April 2014, Originally compiled by William Henry (whenry at redhat dot com) April 2014, Originally compiled by William Henry (whenry at redhat dot com)
based on docker.com source material and internal work. based on docker.com source material and internal work.
June 2014, updated by Sven Dowideit <SvenDowideit@home.org.au> June 2014, updated by Sven Dowideit <SvenDowideit@home.org.au>
July 2015 update by Mary Anthony <mary@docker.com>