cmd/syncthing: Fix incorrect cli help text (#8557)

This commit is contained in:
Nick Busey
2022-09-26 22:52:33 +01:00
committed by GitHub
parent 361f7ae564
commit f38df0dadb
+1 -1
View File
@@ -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",