mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix: Correct capitalization in help text for OneUptime URL flag
This commit is contained in:
@@ -85,7 +85,7 @@ func main() {
|
||||
case "configure":
|
||||
installFlags := flag.NewFlagSet("configure", flag.ExitOnError)
|
||||
secretKey := installFlags.String("secret-key", "", "Secret key of this monitor, you can find this on OneUptime dashboard (required)")
|
||||
oneuptimeURL := installFlags.String("oneuptime-url", "", "Oneuptime endpoint root URL (required)")
|
||||
oneuptimeURL := installFlags.String("oneuptime-url", "", "OneUptime endpoint root URL (required)")
|
||||
proxyURL := installFlags.String("proxy-url", "", "Proxy URL (optional)")
|
||||
err := installFlags.Parse(os.Args[2:])
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user