mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
(daemon) the daemon's -p option is for the rpc port, not the peer port
This commit is contained in:
@@ -237,9 +237,7 @@ const struct tr_option options[] = {
|
||||
{ 'B', "no-blocklist", "Disable peer blocklists", "B", 0, NULL },
|
||||
{ 'f', "foreground", "Run in the foreground instead of daemonizing", "f", 0, NULL },
|
||||
{ 'g', "config-dir", "Where to look for configuration files", "g", 1, "<path>" },
|
||||
{ 'p', "port",
|
||||
"Port for incoming peers (Default: "TR_DEFAULT_PORT_STR")",
|
||||
"p", 1, "<port>" },
|
||||
{ 'p', "port", "RPC port (Default: "TR_DEFAULT_RPC_PORT_STR")", "p", 1, "<port>" },
|
||||
{ 't', "auth", "Requre authentication", "t", 0, NULL },
|
||||
{ 'T', "no-auth", "Don't require authentication", "T", 0, NULL },
|
||||
{ 'u', "username", "Set username for authentication", "u", 1, "<username>" },
|
||||
|
||||
Reference in New Issue
Block a user