mirror of https://github.com/aria2/aria2
2009-09-19 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Updated the help message for --daemon option. * doc/aria2c.1.txt * src/usage_text.hpull/1/head
parent
6293908a9d
commit
45090adb07
|
@ -1,3 +1,9 @@
|
||||||
|
2009-09-19 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
|
Updated the help message for --daemon option.
|
||||||
|
* doc/aria2c.1.txt
|
||||||
|
* src/usage_text.h
|
||||||
|
|
||||||
2009-09-19 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
2009-09-19 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
Added our own daemon() function for systems which desn't have
|
Added our own daemon() function for systems which desn't have
|
||||||
|
|
|
@ -41,7 +41,10 @@ _(" -o, --out=FILE The file name of the downloaded file.")
|
||||||
_(" -l, --log=LOG The file name of the log file. If '-' is\n"\
|
_(" -l, --log=LOG The file name of the log file. If '-' is\n"\
|
||||||
" specified, log is written to stdout.")
|
" specified, log is written to stdout.")
|
||||||
#define TEXT_DAEMON \
|
#define TEXT_DAEMON \
|
||||||
_(" -D, --daemon Run as daemon.")
|
_(" -D, --daemon Run as daemon. The current working directory will\n"\
|
||||||
|
" be changed to \"/\" and standard input, standard\n"\
|
||||||
|
" output and standard error will be redirected to\n"\
|
||||||
|
" \"/dev/null\".")
|
||||||
#define TEXT_SPLIT \
|
#define TEXT_SPLIT \
|
||||||
_(" -s, --split=N Download a file using N connections. If more\n"\
|
_(" -s, --split=N Download a file using N connections. If more\n"\
|
||||||
" than N URLs are given, first N URLs are used and\n"\
|
" than N URLs are given, first N URLs are used and\n"\
|
||||||
|
|
Loading…
Reference in New Issue