Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Oct 24, 2023
1 parent 5a60c9c commit 209923c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/haomatch/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

func main() {
appm := &cli.App{
Name: "haotrader",
Name: "haomatch",
UsageText: "Issues: https://github.com/yzimhao/trading_engine/issues",
Usage: "交易撮合引擎",
Flags: []cli.Flag{
Expand Down Expand Up @@ -58,7 +58,7 @@ func main() {
},
Action: func(ctx *cli.Context) error {
if ctx.Bool("deamon") {
context, d, err := app.Deamon("haotrader.pid", "")
context, d, err := app.Deamon("haomatch.pid", "")
if err != nil {
app.Logger.Fatal("创建守护进程失败, err:", err.Error())
}
Expand Down

0 comments on commit 209923c

Please sign in to comment.