diff --git a/modules/transmission/settings.go b/modules/transmission/settings.go index 2b8e2f46..5fc18635 100644 --- a/modules/transmission/settings.go +++ b/modules/transmission/settings.go @@ -11,10 +11,10 @@ type Settings struct { host string `help:"The address of the machine the Transmission daemon is running on"` https bool `help:"Whether or not to connect to the host via HTTPS"` - password string `help:"The password for the transmission user"` + password string `help:"The password for the Transmission user"` port int `help:"The port to connect to the Transmission daemon on"` url string `help:"The RPC URI that the daemon is accessible at"` - username string `help:"The username for the transmission user"` + username string `help:"The username of the Transmission user"` } const (