typo for default config file name used for frpc

This commit is contained in:
fatedier 2017-07-19 22:56:12 +08:00 committed by Dolfly
parent 1981f6f0b8
commit da18eef641

View File

@ -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)