mirror of https://github.com/aria2/aria2
Merge pull request #4 from ITriskTI/patch-1
Made some strings in src/version_usage.cc translatablepull/5/head
commit
185f8739f3
|
@ -151,12 +151,12 @@ void showUsage
|
|||
out->printf(_(" Make sure that URI is quoted with single(\') or double(\") quotation if it\n"
|
||||
" contains \"&\" or any characters that have special meaning in shell."));
|
||||
out->printf("\n\n");
|
||||
out->printf("About the number of connections\n"
|
||||
out->printf(_("About the number of connections\n"
|
||||
" Since 1.10.0 release, aria2 uses 1 connection per host by default and has 20MiB\n"
|
||||
" segment size restriction. So whatever value you specify using -s option, it\n"
|
||||
" uses 1 connection per host. To make it behave like 1.9.x, use\n"
|
||||
" --max-connection-per-server=4 --min-split-size=1M.\n"
|
||||
"\n");
|
||||
"\n"));
|
||||
}
|
||||
out->printf(_("Refer to man page for more information."));
|
||||
out->printf("\n");
|
||||
|
|
Loading…
Reference in New Issue