From bfd7950b827c494d434b4bc1debf8b6e7934f18b Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 25 Mar 2009 06:05:59 +0000 Subject: [PATCH] 2009-03-25 Tatsuhiro Tsujikawa Updated doc * src/usage_text.h --- ChangeLog | 5 +++++ src/usage_text.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 61a8b788..0eeb3d05 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-03-25 Tatsuhiro Tsujikawa + + Updated doc + * src/usage_text.h + 2009-03-25 Tatsuhiro Tsujikawa Added 'falloc' parameter for --file-allocation option. 'falloc' diff --git a/src/usage_text.h b/src/usage_text.h index e78441af..e3b4962a 100644 --- a/src/usage_text.h +++ b/src/usage_text.h @@ -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"\