From 843e641483429073d817067d316a3b732541891b Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Tue, 27 Mar 2007 16:47:41 +0000 Subject: [PATCH] Fixed typo --- src/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cc b/src/main.cc index 486d4f36..b9cb95a0 100644 --- a/src/main.cc +++ b/src/main.cc @@ -183,7 +183,7 @@ void showUsage() { " system but its corresponding .aria2 file doesn't\n" " exist.\n" " 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" " and Metalink with chunk checksums.\n" " Use this option to redownload a damaged portion of\n"