mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-10 07:11:08 +00:00
cmd/syncthing: Fix incorrect cli help text (#8557)
This commit is contained in:
parent
361f7ae564
commit
f38df0dadb
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user