Browse Source

add `output` option to README (#40)

Signed-off-by: R4SAS <r4sas@i2pmail.org>
master
R4SAS 1 year ago
parent
commit
ee11c06eda
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 1
      README.md
  2. 3
      README.rst

1
README.md

@ -54,6 +54,7 @@ proxy=http://127.0.0.1:3128 @@ -54,6 +54,7 @@ proxy=http://127.0.0.1:3128
| short_user | None | Used only in `yourls` |
| short_pass | None | Used only in `yourls` |
| short_token | None | Used only in `yourls` |
| output | None | Path to the directory where the received data will be saved |
| no_check_certificate | False | True / False |
| no_insecure_warning | False | True / False |
| compression | zlib | zlib / none |

3
README.rst

@ -104,6 +104,9 @@ List of OPTIONS available @@ -104,6 +104,9 @@ List of OPTIONS available
* - short_token
- None
- Used only in ``yourls``
* - output
- None
- Path to the directory where the received data will be saved
* - no_check_certificate
- False
- True / False

Loading…
Cancel
Save