]> granicus.if.org Git - transmission/commitdiff
(rpc) 1099: transmission-remote confuses -ph, -pn and -pl (priorities) options with...
authorCharles Kerr <charles@transmissionbt.com>
Tue, 22 Jul 2008 12:24:32 +0000 (12:24 +0000)
committerCharles Kerr <charles@transmissionbt.com>
Tue, 22 Jul 2008 12:24:32 +0000 (12:24 +0000)
daemon/remote.c

index f37bdb671132373fd9eb4030c91b95a61aaf837e..5329dccff3cc8e985ce8c9ee25540723be685baf 100644 (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 },