瀏覽代碼

updated examples

Gildas 5 年之前
父節點
當前提交
111c3e92d5
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      cli/README.MD

+ 3 - 3
cli/README.MD

@@ -64,15 +64,15 @@ SingleFile can be launched from the command line by running it into a (headless)
 
   `single-file https://www.wikipedia.org --filename-template=""`
 
-  - Save https://www.wikipedia.org into `wikipedia.html`
+  - Save https://www.wikipedia.org into `wikipedia.html` in the current folder
 
   `single-file https://www.wikipedia.org wikipedia.html`
 
-  - Save https://www.wikipedia.org into `wikipedia.html` with Firefox instead of Chrome
+  - Save https://www.wikipedia.org into `wikipedia.html` in the current folder with Firefox instead of Chrome
 
   `single-file https://www.wikipedia.org wikipedia.html --back-end=webdriver-gecko`
 
-  - Save a list of URLs stored into `list-urls.txt`
+  - Save a list of URLs stored into `list-urls.txt` in the current folder
 
   `single-file --urls-file=list-urls.txt`