diff --git a/daemon/remote.c b/daemon/remote.c index cc703bc9c..3c5d2dbe2 100644 --- a/daemon/remote.c +++ b/daemon/remote.c @@ -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, "" }, + { 'n', "auth", "Set authentication info", "n", 1, "" }, { 'p', "port", "Port for incoming peers (Default: "TR_DEFAULT_PORT_STR")", "p", 1, "" },