fix(remote): no-sequential-download description (#7646)

This commit is contained in:
Yat Ho
2025-10-15 00:27:35 +08:00
committed by GitHub
parent d3f22cb1cc
commit a5884203fd
+1 -1
View File
@@ -340,7 +340,7 @@ auto constexpr Options = std::array<tr_option, 105>{
{ 992, "trash-torrent", "Delete torrents after adding", nullptr, false, nullptr },
{ 993, "no-trash-torrent", "Do not delete torrents after adding", nullptr, false, nullptr },
{ 994, "sequential-download", "Download the torrent sequentially", "seq", false, nullptr },
{ 995, "no-sequential-download", "Download the torrent sequentially", "SEQ", false, nullptr },
{ 995, "no-sequential-download", "Download the torrent normally", "SEQ", false, nullptr },
{ 984, "honor-session", "Make the current torrent(s) honor the session limits", "hl", false, nullptr },
{ 985, "no-honor-session", "Make the current torrent(s) not honor the session limits", "HL", false, nullptr },
{ 'u',