mirror of
https://github.com/transmission/transmission
synced 2024-12-23 16:24:02 +00:00
(trunk daemon) #1983: Random port not working properly
This commit is contained in:
parent
f933e434dd
commit
57f6e81dba
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ static tr_option opts[] =
|
|||
{ 'n', "auth", "Set authentication info", "n", 1, "<username:password>" },
|
||||
{ 'N', "netrc", "Set authentication info from a .netrc file", "N", 1, "<filename>" },
|
||||
{ 'p', "port", "Port for incoming peers (Default: " TR_DEFAULT_PEER_PORT_STR ")", "p", 1, "<port>" },
|
||||
{ 'P', "random-port", "Random port for incomping peers", "P", 1, NULL },
|
||||
{ 'P', "random-port", "Random port for incomping peers", "P", 0, NULL },
|
||||
{ 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-low", "Set the files' priorities as low", "pl", 1, "<files>" },
|
||||
|
|
Loading…
Reference in a new issue