1
0
Fork 0
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:
Charles Kerr 2008-08-27 19:19:38 +00:00
parent abd4b506e2
commit 2d2be03c34

View file

@ -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>" },