mirror of https://github.com/aria2/aria2
Fixed typo
parent
a1b57c5755
commit
843e641483
|
@ -183,7 +183,7 @@ void showUsage() {
|
||||||
" system but its corresponding .aria2 file doesn't\n"
|
" system but its corresponding .aria2 file doesn't\n"
|
||||||
" exist.\n"
|
" exist.\n"
|
||||||
" Default: false") << endl;
|
" Default: false") << endl;
|
||||||
cout << _(" --check-integriy=true|false Check file integriy by validating piece hash.\n"
|
cout << _(" --check-integrity=true|false Check file integrity by validating piece hash.\n"
|
||||||
" This option makes effect in BitTorrent download\n"
|
" This option makes effect in BitTorrent download\n"
|
||||||
" and Metalink with chunk checksums.\n"
|
" and Metalink with chunk checksums.\n"
|
||||||
" Use this option to redownload a damaged portion of\n"
|
" Use this option to redownload a damaged portion of\n"
|
||||||
|
|
Loading…
Reference in New Issue