diff --git a/daemon/daemon.c b/daemon/daemon.c index 6376340d8..b2e74c2c2 100644 --- a/daemon/daemon.c +++ b/daemon/daemon.c @@ -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, "" }, - { 'p', "port", - "Port for incoming peers (Default: "TR_DEFAULT_PORT_STR")", - "p", 1, "" }, + { 'p', "port", "RPC port (Default: "TR_DEFAULT_RPC_PORT_STR")", "p", 1, "" }, { '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, "" },