Documented --stop-with-process option in man page.

pull/4/head
Tatsuhiro Tsujikawa 2011-12-01 23:38:57 +09:00
parent 031f1199d7
commit e787b30dde
1 changed files with 7 additions and 0 deletions

View File

@ -1155,6 +1155,13 @@ are also allocated if they share the same piece.
If '0' is given, this feature is disabled.
Default: '0'
[[aria2_optref_stop_with_process]]*--stop-with-process*=PID::
Stop application when process PID is not running. This is useful if
aria2 process is forked from a parent process. The parent process
can fork aria2 with its own pid and when parent process exits for
some reason, aria2 can detect it and shutdown itself.
[[aria2_optref_truncate_console_readout]]*--truncate-console-readout*[='true'|'false']::
Truncate console readout to fit in a single line.