diff options
author | Benjamin Wuethrich <8521043+bewuethr@users.noreply.github.com> | 2020-07-05 23:50:04 -0400 |
---|---|---|
committer | Benjamin Wuethrich <8521043+bewuethr@users.noreply.github.com> | 2020-07-05 23:50:04 -0400 |
commit | e965926c1a57c10674d990a67a7092c91fd3f2e7 (patch) | |
tree | 600700d0d38ee2cc6dff70d059f33edb21ed7f39 | |
parent | 804e8eeed2fbcd0b4a52ad908b8ccccf89563097 (diff) | |
download | pandoc-e965926c1a57c10674d990a67a7092c91fd3f2e7.tar.gz |
Fix typo in MANUAL.txt
-rw-r--r-- | MANUAL.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index b9ef68cd2..893b4ae2c 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -902,7 +902,7 @@ header when requesting a document from a URL: downloaded). If you're behind a proxy, you also need to set the environment variable `http_proxy` to `http://...`. -`--no-check-certificate +`--no-check-certificate` : Disable the certificate verification to allow access to unsecure HTTP resources (for example when the certificate |