mirror of https://github.com/aria2/aria2
2009-03-25 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Updated doc * src/usage_text.hpull/1/head
parent
29c5ef9215
commit
bfd7950b82
|
@ -1,3 +1,8 @@
|
|||
2009-03-25 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Updated doc
|
||||
* src/usage_text.h
|
||||
|
||||
2009-03-25 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Added 'falloc' parameter for --file-allocation option. 'falloc'
|
||||
|
|
|
@ -129,7 +129,7 @@ _(" --file-allocation=METHOD Specify file allocation method.\n"\
|
|||
" almost same time as 'prealloc' and it blocks aria2\n"\
|
||||
" entirely until allocation finishes. 'falloc' may\n"\
|
||||
" not be available if your system doesn't have\n"\
|
||||
" posix_fallocate() system call.")
|
||||
" posix_fallocate() function.")
|
||||
#define TEXT_NO_FILE_ALLOCATION_LIMIT \
|
||||
_(" --no-file-allocation-limit=SIZE No file allocation is made for files whose\n"\
|
||||
" size is smaller than SIZE.\n"\
|
||||
|
|
Loading…
Reference in New Issue