Explorar el Código

removed windows examples

Former-commit-id: e814bfe2678e4d1638d70aa55693e74a04394d96
Gildas hace 6 años
padre
commit
d0cb67574b
Se han modificado 1 ficheros con 5 adiciones y 15 borrados
  1. 5 15
      cli/README.MD

+ 5 - 15
cli/README.MD

@@ -44,35 +44,25 @@ You can also convert MAFF pages to HTML. For this, you must use specific version
 
 - Syntax
  
-  `$ ./single-file <url> [output] [options ...]` (Linux/Unix/BSD etc.)
-
-  `> single-file <url> [output] [options ...]` (Windows)    
+  `$ ./single-file <url> [output] [options ...]`
 
 - Display help
 
-  `$ ./single-file --help` (Linux/Unix/BSD etc.)
-
-  `> single-file --help` (Windows)
+  `$ ./single-file --help`
 
 - Examples
 
   - Dump the processed content of https://www.wikipedia.org into the console
 
-  `$ ./single-file https://www.wikipedia.org` (Linux/Unix/BSD etc.)
-
-  `> single-file https://www.wikipedia.org` (Windows)
+  `$ ./single-file https://www.wikipedia.org`
 
   - Save https://www.wikipedia.org into `wikipedia.html`
 
-  `$ ./single-file https://www.wikipedia.org wikipedia.html` (Linux/Unix/BSD etc.)
-  
-  `> single-file https://www.wikipedia.org wikipedia.html` (Windows)
+  `$ ./single-file https://www.wikipedia.org wikipedia.html`
 
   - Save https://www.wikipedia.org into `wikipedia.html` with Firefox instead of Chrome
 
-  `$ ./single-file https://www.wikipedia.org wikipedia.html --back-end=webdriver-gecko` (Linux/Unix/BSD etc.)
-  
-  `> single-file https://www.wikipedia.org wikipedia.html --back-end=webdriver-gecko` (Windows)
+  `$ ./single-file https://www.wikipedia.org wikipedia.html --back-end=webdriver-gecko`
   
 ## License