1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-25 00:45:24 +00:00

Add a default value to configFile

This commit is contained in:
V2Ray 2015-10-14 18:14:55 +02:00
parent 51773ea27d
commit ef6a200fe8

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.")
)