From: Mike Gelfand Date: Sun, 5 Apr 2015 16:29:09 +0000 (+0000) Subject: #5878: Fix typo in transmission-remote -P argument desription (reported by jolan) X-Git-Tag: 2.90~203 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1f2a8f0b78ef4620e556c718c02b4ceafcdd770;p=transmission #5878: Fix typo in transmission-remote -P argument desription (reported by jolan) --- diff --git a/daemon/remote.c b/daemon/remote.c index 84e01b8db..4898d1341 100644 --- a/daemon/remote.c +++ b/daemon/remote.c @@ -264,7 +264,7 @@ static tr_option opts[] = { 'O', "no-dht", "Disable distributed hash tables (DHT)", "O", 0, NULL }, { 'p', "port", "Port for incoming peers (Default: " TR_DEFAULT_PEER_PORT_STR ")", "p", 1, "" }, { 962, "port-test", "Port testing", "pt", 0, NULL }, - { 'P', "random-port", "Random port for incomping peers", "P", 0, NULL }, + { 'P', "random-port", "Random port for incoming peers", "P", 0, NULL }, { 900, "priority-high", "Try to download these file(s) first", "ph", 1, "" }, { 901, "priority-normal", "Try to download these file(s) normally", "pn", 1, "" }, { 902, "priority-low", "Try to download these file(s) last", "pl", 1, "" },