mirror of
https://github.com/transmission/transmission
synced 2025-03-06 03:28:33 +00:00
(daemon) #1234: Improve transmission-remote's help info to not confuse a user
This commit is contained in:
parent
abd4b506e2
commit
2d2be03c34
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ static tr_option opts[] =
|
|||
{ 'l', "list", "List all torrents", "l", 0, NULL },
|
||||
{ 'm', "portmap", "Enable portmapping via NAT-PMP or UPnP", "m", 0, NULL },
|
||||
{ 'M', "no-portmap", "Disable portmapping", "M", 0, NULL },
|
||||
{ 'n', "auth", "Set username for authentication", "n", 1, "<auth>" },
|
||||
{ 'n', "auth", "Set authentication info", "n", 1, "<username:password>" },
|
||||
{ 'p', "port",
|
||||
"Port for incoming peers (Default: "TR_DEFAULT_PORT_STR")",
|
||||
"p", 1, "<port>" },
|
||||
|
|
Loading…
Add table
Reference in a new issue