mirror of
https://github.com/hibiken/asynq.git
synced 2024-11-10 11:31:58 +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{
|
||||
Use: "history",
|
||||
Use: "history [ENTRY_ID...]",
|
||||
Short: "Show history of each cron tasks",
|
||||
Args: cobra.MinimumNArgs(1),
|
||||
Run: cronHistory,
|
||||
|
Loading…
Reference in New Issue
Block a user