cmd/syncthing: Fix help text for STRECHECKDBEVERY (fixes #4764)

This commit is contained in:
Jakob Borg 2018-02-21 08:26:57 +01:00
parent 5931231a32
commit 5b17aae1b2

View File

@ -197,7 +197,7 @@ are mostly useful for developers. Use with care.
"minio" for the github.com/minio/sha256-simd implementation, "minio" for the github.com/minio/sha256-simd implementation,
and blank (the default) for auto detection. 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 check interval of 30 days (720h). The interval understands
"h", "m" and "s" abbreviations for hours minutes and seconds. "h", "m" and "s" abbreviations for hours minutes and seconds.
Valid values are like "720h", "30s", etc. Valid values are like "720h", "30s", etc.