From fc66aaa47fdba9ed4836b9b1960db4bc6170d4b8 Mon Sep 17 00:00:00 2001 From: Ken Hibino Date: Sat, 21 Dec 2019 07:01:03 -0800 Subject: [PATCH] Update CLI description --- tools/asynqmon/cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/asynqmon/cmd/root.go b/tools/asynqmon/cmd/root.go index 5bf4df4..c3ce463 100644 --- a/tools/asynqmon/cmd/root.go +++ b/tools/asynqmon/cmd/root.go @@ -21,7 +21,7 @@ var rootCmd = &cobra.Command{ Short: "A monitoring tool for asynq queues", Long: `Asynqmon is a CLI tool to inspect and monitor queues managed by asynq package. -Asynqmon has a few subcommands to query and mutate the current state of the queues. +Asynqmon has a few commands to query and mutate the current state of the queues. Monitoring commands such as "stats" and "ls" can be used in conjunction with the "watch" command to continuously run the command at a certain interval.