Documented --force-save option in man page

pull/34/head
Tatsuhiro Tsujikawa 2012-11-17 15:41:37 +09:00
parent e0dcb942b2
commit c8e7100248
1 changed files with 10 additions and 0 deletions

View File

@ -1115,6 +1115,14 @@ Advanced Options
Possible Values: ``none``, ``prealloc``, ``trunc``, ``falloc`` Possible Values: ``none``, ``prealloc``, ``trunc``, ``falloc``
Default: ``prealloc`` Default: ``prealloc``
.. option:: --force-save[=true|false]
Save download with :option:`--save-session <--save-session>` option
even if the download is completed or removed. This may be useful to
save BitTorrent seeding which is recognized as completed state.
Default: ``false``
.. option:: --hash-check-only[=true|false] .. option:: --hash-check-only[=true|false]
If ``true`` is given, after hash check using If ``true`` is given, after hash check using
@ -1719,6 +1727,7 @@ of URIs. These optional lines must start with white space(s).
* :option:`file-allocation <--file-allocation>` * :option:`file-allocation <--file-allocation>`
* :option:`follow-metalink <--follow-metalink>` * :option:`follow-metalink <--follow-metalink>`
* :option:`follow-torrent <--follow-torrent>` * :option:`follow-torrent <--follow-torrent>`
* :option:`force-save <--force-save>`
* :option:`ftp-passwd <--ftp-passwd>` * :option:`ftp-passwd <--ftp-passwd>`
* :option:`ftp-pasv <-p>` * :option:`ftp-pasv <-p>`
* :option:`ftp-proxy <--ftp-proxy>` * :option:`ftp-proxy <--ftp-proxy>`
@ -2901,6 +2910,7 @@ All code examples come from Python2.7 interpreter.
* :option:`bt-max-peers <--bt-max-peers>` * :option:`bt-max-peers <--bt-max-peers>`
* :option:`bt-request-peer-speed-limit <--bt-request-peer-speed-limit>` * :option:`bt-request-peer-speed-limit <--bt-request-peer-speed-limit>`
* :option:`bt-remove-unselected-file <--bt-remove-unselected-file>` * :option:`bt-remove-unselected-file <--bt-remove-unselected-file>`
* :option:`force-save <--force-save>`
* :option:`max-download-limit <--max-download-limit>` * :option:`max-download-limit <--max-download-limit>`
* :option:`max-upload-limit <-u>` * :option:`max-upload-limit <-u>`