mirror of
https://gitee.com/IrisVega/frp.git
synced 2024-11-01 22:31:29 +08:00
typo for default config file name used for frpc
This commit is contained in:
parent
d5931758b6
commit
6320f15a7c
@ -60,7 +60,7 @@ Options:
|
|||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
var err error
|
var err error
|
||||||
confFile := "./frps.ini"
|
confFile := "./frpc.ini"
|
||||||
// the configures parsed from file will be replaced by those from command line if exist
|
// the configures parsed from file will be replaced by those from command line if exist
|
||||||
args, err := docopt.Parse(usage, nil, true, version.Full(), false)
|
args, err := docopt.Parse(usage, nil, true, version.Full(), false)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user