From 743aa0992fb4001f78a2ce9821670278c4f97e3c Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Thu, 4 Jul 2019 06:24:13 -0700 Subject: [PATCH] Add help text to the Transmission settings file --- modules/transmission/settings.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 (