瀏覽代碼

docker load: doc clarification

Docker-DCO-1.1-Signed-off-by: Vincent Batts <vbatts@redhat.com> (github: vbatts)
Vincent Batts 11 年之前
父節點
當前提交
c6c7c03cdd
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/sources/reference/commandline/cli.rst

+ 2 - 2
docs/sources/reference/commandline/cli.rst

@@ -885,9 +885,9 @@ Known Issues (kill)
 
     Load an image from a tar archive on STDIN
 
-      -i, --input"": Read from a tar archive file, instead of STDIN
+      -i, --input="": Read from a tar archive file, instead of STDIN
 
-Loads a tarred repository from the standard input stream.
+Loads a tarred repository from a file or the standard input stream.
 Restores both images and tags.
 
 .. code-block:: bash