mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
Update config.go
fix typo
This commit is contained in:
@@ -23,7 +23,7 @@ func main() {
|
||||
configFile := config.GetFilePath("")
|
||||
flag.StringVar(&inFile, "infile", configFile, "The config input file to process.")
|
||||
flag.StringVar(&outFile, "outfile", configFile+".out", "The config output file.")
|
||||
flag.BoolVar(&encrypt, "encrypt", true, "Wether to encrypt or decrypt.")
|
||||
flag.BoolVar(&encrypt, "encrypt", true, "Whether to encrypt or decrypt.")
|
||||
flag.StringVar(&key, "key", "", "The key to use for AES encryption.")
|
||||
flag.Parse()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user