1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-05 03:23:49 +08:00

Merge pull request #1026 from Shigma/patch-3

enhance help
This commit is contained in:
Mrs4s 2021-09-16 19:42:59 +08:00 committed by GitHub
commit 4da5d9ebfb
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")