This commit is contained in:
parent
59b2bc0deb
commit
954e4c5a34
2 changed files with 14 additions and 1 deletions
|
@ -19,7 +19,12 @@ 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")
|
||||
FlagStartNew *bool = flag.Bool("new", false, "Start the new system")
|
||||
FlagStartDebugServer *bool = flag.Bool(
|
||||
"debugserver",
|
||||
false,
|
||||
"Also start the local debugging server",
|
||||
)
|
||||
)
|
||||
|
||||
func flagUsage() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue