From 5b17aae1b2ed2f92c796dd76d5f73b061aff969a Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Wed, 21 Feb 2018 08:26:57 +0100 Subject: [PATCH] cmd/syncthing: Fix help text for STRECHECKDBEVERY (fixes #4764) --- cmd/syncthing/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/syncthing/main.go b/cmd/syncthing/main.go index 0372b22f..3e004f67 100644 --- a/cmd/syncthing/main.go +++ b/cmd/syncthing/main.go @@ -197,7 +197,7 @@ are mostly useful for developers. Use with care. "minio" for the github.com/minio/sha256-simd implementation, and blank (the default) for auto detection. - STDBCHECKEVERY Set to a time interval to override the default database + STRECHECKDBEVERY Set to a time interval to override the default database check interval of 30 days (720h). The interval understands "h", "m" and "s" abbreviations for hours minutes and seconds. Valid values are like "720h", "30s", etc.