From db5af2cec3d058fcb33ffee7a3d9d3641a03fddd Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 16 Mar 2016 21:40:42 +0900 Subject: [PATCH] Fit into 80 columns --- src/usage_text.h | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/usage_text.h b/src/usage_text.h index e0e77f45..4c7b1989 100644 --- a/src/usage_text.h +++ b/src/usage_text.h @@ -248,14 +248,15 @@ " concurrent downloads according to the bandwidth\n" \ " available. aria2 uses the download speed observed\n" \ " in the previous downloads to adapt the number of\n" \ - " downloads launched in parallel according to the rule\n" \ - " N = A + B Log10(speed in Mbps). The coefficients\n" \ - " A and B can be customized in the option arguments\n" \ - " with A and B separated by a colon. The default values\n" \ - " (A=5,B=25) lead to using typically 5 parallel\n" \ - " downloads on 1Mbps networks and above 50 on 100Mbps\n" \ - " networks. The number of parallel downloads remains\n" \ - " constrained under the maximum defined by the\n" \ + " downloads launched in parallel according to the\n" \ + " rule N = A + B Log10(speed in Mbps). The\n" \ + " coefficients A and B can be customized in the\n" \ + " option arguments with A and B separated by a\n" \ + " colon. The default values (A=5,B=25) lead to\n" \ + " using typically 5 parallel downloads on 1Mbps\n" \ + " networks and above 50 on 100Mbps networks. The\n" \ + " number of parallel downloads remains constrained\n" \ + " under the maximum defined by the\n" \ " max-concurrent-downloads parameter.") #define TEXT_LOAD_COOKIES \ _(" --load-cookies=FILE Load Cookies from FILE using the Firefox3 format\n" \