mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 01:57:12 -05:00
Add a default value to configFile
This commit is contained in:
parent
51773ea27d
commit
ef6a200fe8
@ -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.")
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user