mirror of https://github.com/ouqiang/gocron
修改应用描述
parent
291ea91144
commit
66953e8fed
4
main.go
4
main.go
|
@ -17,8 +17,8 @@ const AppVersion = "0.0.1"
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
app := cli.NewApp()
|
app := cli.NewApp()
|
||||||
app.Name = "scheduler"
|
app.Name = "cron-scheduler"
|
||||||
app.Usage = "schedule cron service"
|
app.Usage = "crons-scheduler service"
|
||||||
app.Version = AppVersion
|
app.Version = AppVersion
|
||||||
app.Commands = []cli.Command{
|
app.Commands = []cli.Command{
|
||||||
cmd.CmdWeb,
|
cmd.CmdWeb,
|
||||||
|
|
Loading…
Reference in New Issue