Tatsuhiro Tsujikawa 19 tahun lalu
induk
melakukan
bf336caa83
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/main.cc

+ 1 - 1
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;