From: Charles Kerr Date: Tue, 22 Jul 2008 12:24:32 +0000 (+0000) Subject: (rpc) 1099: transmission-remote confuses -ph, -pn and -pl (priorities) options with... X-Git-Tag: 1.31~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=95acdc3e3a7cb38a7781a3f689fb94ec13d681c9;p=transmission (rpc) 1099: transmission-remote confuses -ph, -pn and -pl (priorities) options with the -p (port) option --- 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 },