mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-05 03:23:49 +08:00
Update main.go
This commit is contained in:
parent
bf77951f8d
commit
8ac460dde9
2
main.go
2
main.go
@ -55,7 +55,7 @@ var (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
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")
|
d := flag.Bool("d", false, "running as a daemon")
|
||||||
h := flag.Bool("h", false, "this help")
|
h := flag.Bool("h", false, "this help")
|
||||||
wd := flag.String("w", "", "cover the working directory")
|
wd := flag.String("w", "", "cover the working directory")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user