소스 검색

Updated usage of --disk-cache

Tatsuhiro Tsujikawa 13 년 전
부모
커밋
901227db9b
1개의 변경된 파일5개의 추가작업 그리고 4개의 파일을 삭제
  1. 5 4
      src/usage_text.h

+ 5 - 4
src/usage_text.h

@@ -921,8 +921,9 @@
     "                              bytes. The cache storage is created for aria2\n" \
     "                              instance and shared by all downloads. The one\n" \
     "                              advantage of the disk cache is reduce the disk\n" \
-    "                              seek time because the data is written in larger\n" \
-    "                              unit and it is reordered by the offset of the\n" \
-    "                              file. If the underlying file is heavily\n" \
-    "                              fragmented it is not the case.\n"    \
+    "                              I/O because the data are written in larger unit\n" \
+    "                              and it is reordered by the offset of the file.\n" \
+    "                              If hash checking is involved and the data are\n" \
+    "                              cached in memory, we don't need to read them\n" \
+    "                              from the disk.\n"                    \
     "                              SIZE can include K or M(1K = 1024, 1M = 1024K).")