diff --git a/backend/http/http.go b/backend/http/http.go index 743219b40..e927bea33 100644 --- a/backend/http/http.go +++ b/backend/http/http.go @@ -40,6 +40,9 @@ func init() { Examples: []fs.OptionExample{{ Value: "https://example.com", Help: "Connect to example.com", + }, { + Value: "https://user:pass@example.com", + Help: "Connect to example.com using a username and password", }}, }}, }