Add a default value to configFile

pull/45/head
V2Ray 2015-10-14 18:14:55 +02:00
parent 51773ea27d
commit ef6a200fe8
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ import (
)
var (
configFile = flag.String("config", "", "Config file for this Point server.")
configFile = flag.String("config", "config.json", "Config file for this Point server.")
logLevel = flag.String("loglevel", "warning", "Level of log info to be printed to console, available value: debug, info, warning, error")
version = flag.Bool("version", false, "Show current version of V2Ray.")
)