Update main file to have switch to new version

This commit is contained in:
Melody Becker 2025-04-05 22:01:59 +02:00
parent f453983f80
commit 0cd5031e4e
Signed by: mstar
SSH key fingerprint: SHA256:vkXfS9FG2pVNVfvDrzd1VW9n8VJzqqdKQGljxxX8uK8
2 changed files with 33 additions and 0 deletions

View file

@ -19,6 +19,7 @@ var (
false,
"If set, the server will only validate the config (or write the default one) and then quit",
)
FlagStartNew *bool = flag.Bool("new", false, "Start the new system")
)
func flagUsage() {