修改应用描述

pull/21/merge
ouqiang 2017-03-23 14:52:28 +08:00
parent 291ea91144
commit 66953e8fed
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
# scheduler - 定时任务调度、管理
# cron-scheduler - 定时任务调度、管理

View File

@ -17,8 +17,8 @@ const AppVersion = "0.0.1"
func main() {
app := cli.NewApp()
app.Name = "scheduler"
app.Usage = "schedule cron service"
app.Name = "cron-scheduler"
app.Usage = "crons-scheduler service"
app.Version = AppVersion
app.Commands = []cli.Command{
cmd.CmdWeb,