barak -config, not barak -options-file

This commit is contained in:
Jae Kwon
2015-07-08 13:09:47 -07:00
parent 0a8fb72a08
commit 269911ab98
6 changed files with 3 additions and 27 deletions

View File

@ -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
}