2
0
mirror of https://github.com/hibiken/asynq.git synced 2024-09-20 11:05:58 +08:00

Fix cron history command usage string

This commit is contained in:
Ken Hibino 2020-11-28 11:57:33 -08:00
parent e9239260ae
commit dfdf530a24

View File

@ -32,7 +32,7 @@ var cronListCmd = &cobra.Command{
}
var cronHistoryCmd = &cobra.Command{
Use: "history",
Use: "history [ENTRY_ID...]",
Short: "Show history of each cron tasks",
Args: cobra.MinimumNArgs(1),
Run: cronHistory,