diff --git a/doc/manual-src/en/aria2c.rst b/doc/manual-src/en/aria2c.rst index 6d54f361..4903f675 100644 --- a/doc/manual-src/en/aria2c.rst +++ b/doc/manual-src/en/aria2c.rst @@ -3,7 +3,7 @@ aria2c(1) SYNOPSIS -------- -**aria2c** [] [|||] ... +**aria2c** [] [||||] ... DESCRIPTION ----------- @@ -1736,7 +1736,7 @@ Some options takes ``K`` and ``M`` to conveniently represent 1024 and case-insensitive way. In other words, ``k`` and ``m`` can be used as well as ``K`` and ``M`` respectively. -URI, MAGNET, TORRENT_FILE, METALINK_FILE +URI, MAGNET, TORRENT_FILE, METALINK_FILE, CONTROL_FILE ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ You can specify multiple URIs in command-line. Unless you specify diff --git a/doc/manual-src/pt/aria2c.rst b/doc/manual-src/pt/aria2c.rst index ecb3a551..40516caa 100644 --- a/doc/manual-src/pt/aria2c.rst +++ b/doc/manual-src/pt/aria2c.rst @@ -1482,7 +1482,7 @@ Algumas opções usam ``K`` e ``M`` para convenientemente representar transparente (maiúsculas e minúsculas), portanto podem ser usados `k`` ou ``K`` e ``m`` ou ``M``. -URI, MAGNET, TORRENT_FILE, METALINK_FILE +URI, MAGNET, TORRENT_FILE, METALINK_FILE, CONTROL_FILE ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Podemos especificar múltiplas URIs em uma linha de comando. A menos que seja diff --git a/src/version_usage.cc b/src/version_usage.cc index d2218b44..d5590823 100644 --- a/src/version_usage.cc +++ b/src/version_usage.cc @@ -85,7 +85,7 @@ void showUsage(const std::string& keyword, const std::shared_ptr& oparser, const Console& out) { out->printf(_("Usage: aria2c [OPTIONS] [URI | MAGNET | TORRENT_FILE |" - " METALINK_FILE]...")); + " METALINK_FILE | CONTROL_FILE]...")); out->printf("\n"); if (keyword.empty()) { // Very short version of usage. @@ -139,7 +139,7 @@ void showUsage(const std::string& keyword, } } if (keyword == strHelpTag(TAG_BASIC)) { - out->printf("URI, MAGNET, TORRENT_FILE, METALINK_FILE:\n"); + out->printf("URI, MAGNET, TORRENT_FILE, METALINK_FILE, CONTROL_FILE:\n"); out->printf( _(" You can specify multiple HTTP(S)/FTP URIs. Unless you specify -Z " "option, all\n"