]> 127.0.0.1 Git - bili_danmu/.git/commitdiff
Fix 命令提示错误
authorqydysky <32743305+qydysky@users.noreply.github.com>
Sun, 29 Jan 2023 18:11:23 +0000 (02:11 +0800)
committerqydysky <32743305+qydysky@users.noreply.github.com>
Sun, 29 Jan 2023 18:11:23 +0000 (02:11 +0800)
cmd/cmd.go

index 1f17ca9400dab078452ba8da72dd99a1945e09be..f0416e6b86a39d40739e0d3855f42a3d3e361c8c 100644 (file)
@@ -25,7 +25,7 @@ func Cmd() {
        for scanner.Scan() {
                if inputs := scanner.Text(); inputs == `` { //帮助
                        fmt.Print("\n")
-                       fmt.Println("切换房间->输入数字回车")
+                       fmt.Println("切换房间->输入' 数字'回车")
                        if c.C.Roomid == 0 {
                                if _, ok := c.C.Cookie.LoadV(`bili_jct`).(string); ok {
                                        fmt.Println("查看直播中主播->输入' liv'回车")