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

This commit is contained in:
Nick Busey 2022-09-26 15:52:33 -06:00 committed by GitHub
parent 361f7ae564
commit f38df0dadb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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",