1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-04 19:17:37 +08:00

Update main.go

This commit is contained in:
Shigma 2021-08-25 15:17:58 +08:00 committed by GitHub
parent bf77951f8d
commit 8ac460dde9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ var (
)
func main() {
c := flag.String("c", config.DefaultConfigFile, "configuration filename default is config.hjson")
c := flag.String("c", config.DefaultConfigFile, "configuration filename")
d := flag.Bool("d", false, "running as a daemon")
h := flag.Bool("h", false, "this help")
wd := flag.String("w", "", "cover the working directory")