mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-27 11:41:39 +00:00
barak -config, not barak -options-file
This commit is contained in:
@ -39,7 +39,7 @@ var barak_ *Barak
|
||||
|
||||
// Parse command-line options
|
||||
func parseFlags() (optionsFile string) {
|
||||
flag.StringVar(&optionsFile, "options-file", "", "Read options from file instead of stdin")
|
||||
flag.StringVar(&optionsFile, "config", "", "Read config from file instead of stdin")
|
||||
flag.Parse()
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user