Skip to content

Commit cfa67ec

Browse files
committed
修改usage信息,区别回测和绩效回溯功能
1 parent 84176ef commit cfa67ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

command/command_backtest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020

2121
const (
2222
backTestCommand = "backtest"
23-
backTestDescription = "回测"
23+
backTestDescription = "回溯因子绩效"
2424
)
2525

2626
var (

0 commit comments

Comments
 (0)