From 95acdc3e3a7cb38a7781a3f689fb94ec13d681c9 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 22 Jul 2008 12:24:32 +0000 Subject: [PATCH] (rpc) 1099: transmission-remote confuses -ph, -pn and -pl (priorities) options with the -p (port) option --- daemon/remote.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/remote.c b/daemon/remote.c index f37bdb671..5329dccff 100644 --- a/daemon/remote.c +++ b/daemon/remote.c @@ -71,7 +71,7 @@ static tr_option opts[] = "p", 1, "" }, { 900, "priority-high", "Set the files' priorities as high", "ph", 1, "" }, { 901, "priority-normal", "Set the files' priorities as normal", "pn", 1, "" }, - { 902, "priority-normal", "Set the files' priorities as low", "pl", 1, "" }, + { 902, "priority-low", "Set the files' priorities as low", "pl", 1, "" }, { '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 }, -- 2.40.0