summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2021-04-04 09:07:41 +0200
committerPetr Štetiar <ynezz@true.cz>2021-04-04 09:07:41 +0200
commitc5fc04b448435e74e98107b00df9a627ca1a1fa3 (patch)
treeb75094cfc79ff9bc3bcbddd76c3aa9f7e3d7d538
parent64e00d6db4c3fc98ec3e8526072abadb7ed9ec0e (diff)
downloaduclient-c5fc04b448435e74e98107b00df9a627ca1a1fa3.tar.gz
tests: fix help usage test
Commit 64e00d6db4c3 ("uclient-fetch: document missing options") has changed output of usage help so adjust test accordingly. Fixes: 64e00d6db4c3 ("uclient-fetch: document missing options") Signed-off-by: Petr Štetiar <ynezz@true.cz>
-rw-r--r--tests/cram/test_uclient-fetch.t13
1 files changed, 8 insertions, 5 deletions
diff --git a/tests/cram/test_uclient-fetch.t b/tests/cram/test_uclient-fetch.t
index 3dd23ab..4ffe719 100644
--- a/tests/cram/test_uclient-fetch.t
+++ b/tests/cram/test_uclient-fetch.t
@@ -8,17 +8,20 @@ check uclient-fetch usage:
Options:
\t-4\t\t\t\tUse IPv4 only (esc)
\t-6\t\t\t\tUse IPv6 only (esc)
- \t-q\t\t\t\tTurn off status messages (esc)
\t-O <file>\t\t\tRedirect output to file (use "-" for stdout) (esc)
\t-P <dir>\t\t\tSet directory for output files (esc)
+ \t--quiet | -q\t\t\tTurn off status messages (esc)
+ \t--continue | -c\t\t\tContinue a partially-downloaded file (esc)
\t--user=<user>\t\t\tHTTP authentication username (esc)
\t--password=<password>\t\tHTTP authentication password (esc)
- \t--user-agent|-U <str>\t\tSet HTTP user agent (esc)
+ \t--user-agent | -U <str>\t\tSet HTTP user agent (esc)
\t--post-data=STRING\t\tuse the POST method; send STRING as the data (esc)
\t--post-file=FILE\t\tuse the POST method; send FILE as the data (esc)
- \t--spider|-s\t\t\tSpider mode - only check file existence (esc)
- \t--timeout=N|-T N\t\tSet connect/request timeout to N seconds (esc)
- \t--proxy=on|off|-Y on|off\tEnable/disable env var configured proxy (esc)
+ \t--spider | -s\t\t\tSpider mode - only check file existence (esc)
+ \t--timeout=N | -T N\t\tSet connect/request timeout to N seconds (esc)
+ \t--proxy=on | -Y on\t\tEnable interpretation of proxy env vars (default) (esc)
+ \t--proxy=off | -Y off | (esc)
+ \t--no-proxy \t\tDisable interpretation of proxy env vars (esc)
HTTPS options:
\t--ca-certificate=<cert>\t\tLoad CA certificates from file <cert> (esc)