mirror of
https://github.com/transmission/transmission.git
synced 2026-02-14 23:19:34 +00:00
chore(remote): deprecate --(no-)utp (#7990)
This commit is contained in:
@@ -361,8 +361,8 @@ auto constexpr Options = std::array<tr_option, 106>{ {
|
||||
nullptr,
|
||||
Arg::Required,
|
||||
"<protocol(s)>" },
|
||||
{ 831, "utp", "Enable µTP for peer connections", nullptr, Arg::None, nullptr },
|
||||
{ 832, "no-utp", "Disable µTP for peer connections", nullptr, Arg::None, nullptr },
|
||||
{ 831, "utp", "*DEPRECATED* Enable µTP for peer connections", nullptr, Arg::None, nullptr },
|
||||
{ 832, "no-utp", "*DEPRECATED* Disable µTP for peer connections", nullptr, Arg::None, nullptr },
|
||||
{ 'v', "verify", "Verify the current torrent(s)", "v", Arg::None, nullptr },
|
||||
{ 'V', "version", "Show version number and exit", "V", Arg::None, nullptr },
|
||||
{ 'w',
|
||||
|
||||
Reference in New Issue
Block a user