Browse code

docker load: doc clarification

Docker-DCO-1.1-Signed-off-by: Vincent Batts <vbatts@redhat.com> (github: vbatts)

Vincent Batts authored on 2014/03/25 12:31:59
Showing 1 changed files
... ...
@@ -885,9 +885,9 @@ Known Issues (kill)
885 885
 
886 886
     Load an image from a tar archive on STDIN
887 887
 
888
-      -i, --input"": Read from a tar archive file, instead of STDIN
888
+      -i, --input="": Read from a tar archive file, instead of STDIN
889 889
 
890
-Loads a tarred repository from the standard input stream.
890
+Loads a tarred repository from a file or the standard input stream.
891 891
 Restores both images and tags.
892 892
 
893 893
 .. code-block:: bash