浏览代码

replace "pipe" with "redirect"

Gildas 5 年之前
父节点
当前提交
81da3b6150
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cli/README.MD

+ 1 - 1
cli/README.MD

@@ -20,7 +20,7 @@ SingleFile can be launched from the command line by running it into a (headless)
 
   `docker run singlefile "https://www.wikipedia.org"`
   
-- Run and pipe the result into a file
+- Run and redirect the result into a file
 
   `docker run singlefile "https://www.wikipedia.org" > wikipedia.html`