From e787b30dde1f4641d6859f4c86a1fff9f05985d3 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Thu, 1 Dec 2011 23:38:57 +0900 Subject: [PATCH] Documented --stop-with-process option in man page. --- doc/aria2c.1.asciidoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/aria2c.1.asciidoc b/doc/aria2c.1.asciidoc index 8a78cbb6..5e266cb0 100644 --- a/doc/aria2c.1.asciidoc +++ b/doc/aria2c.1.asciidoc @@ -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.