From bf336caa83f28f02f0b60697af3d97c2e5156144 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Tue, 21 Mar 2006 17:59:10 +0000 Subject: [PATCH] --- src/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cc b/src/main.cc index f1f99944..58257eaf 100644 --- a/src/main.cc +++ b/src/main.cc @@ -203,7 +203,7 @@ void showUsage() { cout << " aria2c http://AAA.BBB.CCC/file.zip ftp://DDD.EEE.FFF/GGG/file.zip" << endl; #ifdef HAVE_LIBSSL cout << _(" Download a torrent:") << endl; - cout << " aria2c -o test.torret http://AAA.BBB.CCC/file.torrent" << endl; + cout << " aria2c -o test.torrent http://AAA.BBB.CCC/file.torrent" << endl; cout << _(" Download a torrent using local .torrent file:") << endl; cout << " aria2c --torrent-file test.torrent" << endl; cout << endl;