mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Add help text to the Transmission settings file
This commit is contained in:
parent
007c1773a8
commit
743aa0992f
@ -11,10 +11,10 @@ type Settings struct {
|
|||||||
|
|
||||||
host string `help:"The address of the machine the Transmission daemon is running on"`
|
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"`
|
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"`
|
port int `help:"The port to connect to the Transmission daemon on"`
|
||||||
url string `help:"The RPC URI that the daemon is accessible at"`
|
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 (
|
const (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user