pull/1/head
Tatsuhiro Tsujikawa 2006-03-21 17:59:10 +00:00
parent 5fa0272558
commit bf336caa83
1 changed files with 1 additions and 1 deletions

View File

@ -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;