Updated doc for --save-session option.

pull/1/head
Tatsuhiro Tsujikawa 2011-05-29 21:07:27 +09:00
parent 4784114281
commit 70b7394b21
2 changed files with 7 additions and 1 deletions

View File

@ -1069,6 +1069,10 @@ connections.
downloads added by *<<aria2_rpc_aria2_addTorrent, aria2.addTorrent>>* and
*<<aria2_rpc_aria2_addMetalink, aria2.addMetalink>>*
RPC method and whose metadata could not be saved as a file are not saved.
Downloads removed using
*<<aria2_rpc_aria2_remove, aria2.remove>>* and
*<<aria2_rpc_aria2_forceRemove, aria2.forceRemove>>*
will not be saved.
[[aria2_optref_stop]]*--stop*=SEC::
Stop application after SEC seconds has passed.

View File

@ -669,7 +669,9 @@
" option on restart. Please note that downloads\n" \
" added by aria2.addTorrent and aria2.addMetalink\n" \
" RPC method and whose metadata could not be saved\n" \
" as a file will not be saved.")
" as a file will not be saved. Downloads removed\n" \
" using aria2.remove and aria2.forceRemove will not\n" \
" be saved.")
#define TEXT_MAX_CONNECTION_PER_SERVER \
_(" -x, --max-connection-per-server=NUM The maximum number of connections to one\n" \
" server for each download.")