diff options
author | Joel Verhagen <joel.verhagen@gmail.com> | 2012-07-16 10:59:21 -0400 |
---|---|---|
committer | Joel Verhagen <joel.verhagen@gmail.com> | 2012-07-16 10:59:21 -0400 |
commit | aab4fca4225d1d7935154486b72c3edf73ecf77a (patch) | |
tree | dc1b51fcc38a35a87361a6e44c4f8142d54f4e69 /README.md | |
parent | 891d7f232959f85810011fe32b107a0dfd5db85b (diff) |
Updated --no-resize-buffer docs, removed -b option
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -17,9 +17,11 @@ which means you can modify it, redistribute it or use it however you like. -i, --ignore-errors continue on download errors -r, --rate-limit LIMIT download rate limit (e.g. 50k or 44.6m) -R, --retries RETRIES number of retries (default is 10) - -b, --buffer-size SIZE size of download buffer (e.g. 1024 or 16k) (default + --buffer-size SIZE size of download buffer (e.g. 1024 or 16k) (default is 1024) - --no-resize-buffer do not automatically adjust the buffer size + --no-resize-buffer do not automatically adjust the buffer size. By + default, the buffer size is automatically resized + from an initial value of SIZE. --dump-user-agent display the current browser identification --list-extractors List all supported extractors and the URLs they would handle |