From f38df0dadb03a61f8eddf602d1b404628d702a63 Mon Sep 17 00:00:00 2001 From: Nick Busey Date: Mon, 26 Sep 2022 15:52:33 -0600 Subject: [PATCH] cmd/syncthing: Fix incorrect cli help text (#8557) --- cmd/syncthing/cli/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/syncthing/cli/main.go b/cmd/syncthing/cli/main.go index 47066b73f..d8d0a1a7a 100644 --- a/cmd/syncthing/cli/main.go +++ b/cmd/syncthing/cli/main.go @@ -70,7 +70,7 @@ func runInternal(c preCli, cliArgs []string) error { fakeFlags := []cli.Flag{ cli.StringFlag{ Name: "gui-address", - Usage: "Override GUI address to `URL` (e.g. \"http://192.0.2.42:8443\")", + Usage: "Override GUI address to `URL` (e.g. \"192.0.2.42:8443\")", }, cli.StringFlag{ Name: "gui-apikey",