From e4d0f9dd6c9504dfa6c0e966c174a0b35777afd3 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Sun, 16 Jul 2023 17:48:24 +0200 Subject: [PATCH] cmd/syncthing: Mention STVERSIONEXTRA in --help output (ref #8980) --- cmd/syncthing/main.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cmd/syncthing/main.go b/cmd/syncthing/main.go index cdbf38a37..cd5b9a9b4 100644 --- a/cmd/syncthing/main.go +++ b/cmd/syncthing/main.go @@ -99,6 +99,11 @@ above. "minio" for the github.com/minio/sha256-simd implementation, and blank (the default) for auto detection. + STVERSIONEXTRA Add extra information to the version string in logs and the + version line in the GUI. Can be set to the name of a wrapper + or tool controlling syncthing to communicate this to the end + user. + GOMAXPROCS Set the maximum number of CPU cores to use. Defaults to all available CPU cores.