Skip to content
Snippets Groups Projects
Commit ad0651e9 authored by Bruce Flynn's avatar Bruce Flynn
Browse files

clarify URL help

parent 7644c33b
Branches main
No related tags found
No related merge requests found
Pipeline #4052 passed with stage
in 19 seconds
......@@ -152,7 +152,7 @@ Options can also be specified as environment variables $CHART_SVR_<name>
}
pflag.StringVar(&dir, "dir", getEnvDefault("CHART_SVR_DIR", "."), "Chart report dir")
pflag.StringVar(&host, "host", getEnvDefault("CHART_SVR_HOST", ":8080"), "Host to bind to [<host>]:<port>")
pflag.StringVar(&url, "url", getEnvDefault("CHART_SVR_URL", ""), "URL to the chart repository")
pflag.StringVar(&url, "url", getEnvDefault("CHART_SVR_URL", ""), "Externally accessible URL to the chart repository")
pflag.Parse()
if len(url) == 0 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment