mirror of
https://github.com/hibiken/asynq.git
synced 2024-12-27 00:02:19 +08:00
Fix cron history command usage string
This commit is contained in:
parent
e9239260ae
commit
dfdf530a24
@ -32,7 +32,7 @@ var cronListCmd = &cobra.Command{
|
|||||||
}
|
}
|
||||||
|
|
||||||
var cronHistoryCmd = &cobra.Command{
|
var cronHistoryCmd = &cobra.Command{
|
||||||
Use: "history",
|
Use: "history [ENTRY_ID...]",
|
||||||
Short: "Show history of each cron tasks",
|
Short: "Show history of each cron tasks",
|
||||||
Args: cobra.MinimumNArgs(1),
|
Args: cobra.MinimumNArgs(1),
|
||||||
Run: cronHistory,
|
Run: cronHistory,
|
||||||
|
Loading…
Reference in New Issue
Block a user