From 2c3a890d2f2ca67a58f0d3917e4141d8dfb5192b Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Wed, 2 Apr 2025 12:21:40 +0200 Subject: [PATCH] fix(syncthing): remove duplicate --no-console flag --- cmd/syncthing/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/syncthing/main.go b/cmd/syncthing/main.go index 7df390c71..53137467e 100644 --- a/cmd/syncthing/main.go +++ b/cmd/syncthing/main.go @@ -155,7 +155,6 @@ type serveOptions struct { DBMaintenanceInterval time.Duration `help:"Database maintenance interval" default:"8h" env:"STDBMAINTINTERVAL"` GUIAddress string `name:"gui-address" help:"Override GUI address (e.g. \"http://192.0.2.42:8443\")" placeholder:"URL" env:"STGUIADDRESS"` GUIAPIKey string `name:"gui-apikey" help:"Override GUI API key" placeholder:"API-KEY" env:"STGUIAPIKEY"` - HideConsole bool `name:"no-console" help:"Hide console window" env:"STHIDECONSOLE"` LogFile string `name:"logfile" help:"Log file name (see below)" default:"${logFile}" placeholder:"PATH" env:"STLOGFILE"` LogFlags int `name:"logflags" help:"Select information in log line prefix (see below)" default:"${logFlags}" placeholder:"BITS" env:"STLOGFLAGS"` LogMaxFiles int `name:"log-max-old-files" help:"Number of old files to keep (zero to keep only current)" default:"${logMaxFiles}" placeholder:"N" env:"STNUMLOGFILES"`