mirror of
https://github.com/transmission/transmission
synced 2025-02-21 21:57:01 +00:00
(daemon) fix typo in daemon's help page.
This commit is contained in:
parent
d65470c9d3
commit
783068bd65
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ const struct tr_option options[] = {
|
|||
{ '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", "RPC port (Default: "TR_DEFAULT_RPC_PORT_STR")", "p", 1, "<port>" },
|
||||
{ 't', "auth", "Requre authentication", "t", 0, NULL },
|
||||
{ 't', "auth", "Require authentication", "t", 0, NULL },
|
||||
{ 'T', "no-auth", "Don't require authentication", "T", 0, NULL },
|
||||
{ 'u', "username", "Set username for authentication", "u", 1, "<username>" },
|
||||
{ 'v', "password", "Set password for authentication", "v", 1, "<password>" },
|
||||
|
|
Loading…
Reference in a new issue