mirror of
https://github.com/transmission/transmission.git
synced 2025-12-26 05:08:32 +00:00
(rpc) 1099: transmission-remote confuses -ph, -pn and -pl (priorities) options with the -p (port) option
This commit is contained in:
@@ -71,7 +71,7 @@ static tr_option opts[] =
|
||||
"p", 1, "<port>" },
|
||||
{ 900, "priority-high", "Set the files' priorities as high", "ph", 1, "<files>" },
|
||||
{ 901, "priority-normal", "Set the files' priorities as normal", "pn", 1, "<files>" },
|
||||
{ 902, "priority-normal", "Set the files' priorities as low", "pl", 1, "<files>" },
|
||||
{ 902, "priority-low", "Set the files' priorities as low", "pl", 1, "<files>" },
|
||||
{ 'r', "remove", "Remove the current torrent(s)", "r", 0, NULL },
|
||||
{ 's', "start", "Start the current torrent(s)", "s", 0, NULL },
|
||||
{ 'S', "stop", "Stop the current torrent(s)", "S", 0, NULL },
|
||||
|
||||
Reference in New Issue
Block a user