summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Busey <NickBusey@users.noreply.github.com>2022-09-26 15:52:33 -0600
committerGitHub <noreply@github.com>2022-09-26 22:52:33 +0100
commitf38df0dadb03a61f8eddf602d1b404628d702a63 (patch)
tree30c500c3deab7861fbdc556bc6e2976d9daaf1c1
parent361f7ae56435806c373d02d179c7a60caf845ddf (diff)
cmd/syncthing: Fix incorrect cli help text (#8557)v1.22.0-rc.2
-rw-r--r--cmd/syncthing/cli/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/syncthing/cli/main.go b/cmd/syncthing/cli/main.go
index 47066b73f8..d8d0a1a7a1 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",