Commit 1f30d8a6 authored by Vitaly Lipatov's avatar Vitaly Lipatov

eget: add --speedtest and --tsv to help text

parent ea11c6a5
...@@ -504,12 +504,15 @@ Options: ...@@ -504,12 +504,15 @@ Options:
--retry-connrefused - consider “connection refused” a transient error and try again --retry-connrefused - consider “connection refused” a transient error and try again
-t|--tries - set number of tries to number. Specify 0 or ‘inf’ for infinite retrying -t|--tries - set number of tries to number. Specify 0 or ‘inf’ for infinite retrying
--load-cookies file - load cookies from file before the first HTTP retrieval --load-cookies file - load cookies from file before the first HTTP retrieval
EGET specific options:
--latest - print only latest version of a file --latest - print only latest version of a file
--second-latest - print only second to latest version of a file --second-latest - print only second to latest version of a file
--allow-mirrors - try mirrors from EGET_MIRRORS if url is not accessible --allow-mirrors - try mirrors from EGET_MIRRORS if url is not accessible
--trust-server-names - use the name specified by the redirection --trust-server-names - use the name specified by the redirection
--list|--list-only - print only URLs --list|--list-only - print only URLs
Commands:
--check-url URL - check if the URL exists (returns HTTP 200 OK) --check-url URL - check if the URL exists (returns HTTP 200 OK)
--check-site URL - check if the site is accessible (returns HTTP 200 OK or 404 Not found) --check-site URL - check if the site is accessible (returns HTTP 200 OK or 404 Not found)
--get-response URL - get response with all headers (ever if HEAD is not acceptable) --get-response URL - get response with all headers (ever if HEAD is not acceptable)
...@@ -517,6 +520,8 @@ Options: ...@@ -517,6 +520,8 @@ Options:
--get-filesize URL - print file size in bytes (via Content-Length) --get-filesize URL - print file size in bytes (via Content-Length)
--get-real-url URL - print URL after all redirects --get-real-url URL - print URL after all redirects
--get-ipfs-cid URL - print CID for URL (after all redirects) --get-ipfs-cid URL - print CID for URL (after all redirects)
--speedtest URL - measure download speed for the URL
--tsv - output --speedtest results in TSV format
Supported URLs: Supported URLs:
ftp:// http:// https:// file:/ ipfs:// rsync:// [user@]host:/path ftp:// http:// https:// file:/ ipfs:// rsync:// [user@]host:/path
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment