(rpc) 1099: transmission-remote confuses -ph, -pn and -pl (priorities) options with the -p (port) option

This commit is contained in:
Charles Kerr
2008-07-22 12:24:32 +00:00
parent fd3e7e9e7f
commit 95acdc3e3a

View File

@@ -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 },