summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Borg <jakob@kastelo.net>2021-04-06 10:28:57 +0200
committerJakob Borg <jakob@kastelo.net>2021-04-06 10:42:29 +0200
commit13679284ac04c1e041f322e6f6ee8340c0aa33b4 (patch)
treea97e42351a41979fdcfbef6511ff2c8ab9dad7d5
parent7931af1078687329f7ab01219e211822b24a2720 (diff)
cmd/syncthing: Rename --conf back to --configv1.15.1
This was inadvertently changed in the flag migration.
-rw-r--r--cmd/syncthing/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/syncthing/main.go b/cmd/syncthing/main.go
index 645099ab7..9c9e87b71 100644
--- a/cmd/syncthing/main.go
+++ b/cmd/syncthing/main.go
@@ -146,7 +146,7 @@ type serveOptions struct {
Audit bool `help:"Write events to audit file"`
AuditFile string `name:"auditfile" placeholder:"PATH" help:"Specify audit file (use \"-\" for stdout, \"--\" for stderr)"`
BrowserOnly bool `help:"Open GUI in browser"`
- ConfDir string `name:"conf" placeholder:"PATH" help:"Set configuration directory (config and keys)"`
+ ConfDir string `name:"config" placeholder:"PATH" help:"Set configuration directory (config and keys)"`
DataDir string `name:"data" placeholder:"PATH" help:"Set data directory (database and logs)"`
DeviceID bool `help:"Show the device ID"`
GenerateDir string `name:"generate" placeholder:"PATH" help:"Generate key and config in specified dir, then exit"`