From d5184f94520756719520f96e6e23134e31154d13 Mon Sep 17 00:00:00 2001 From: do-su-0805 Date: Thu, 23 Jan 2025 12:11:59 +0900 Subject: [PATCH] host-status doesn't receive File --- alerts/command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alerts/command.go b/alerts/command.go index 4f106c1f..176935c2 100644 --- a/alerts/command.go +++ b/alerts/command.go @@ -36,7 +36,7 @@ var Command = cli.Command{ { Name: "list", Usage: "list alerts", - ArgsUsage: "[--service | -s ] [--host-status | -S ] [--color | -c] [--with-closed | -w] [--limit | -l]", + ArgsUsage: "[--service | -s ] [--host-status | -S ] [--color | -c] [--with-closed | -w] [--limit | -l]", Description: ` Shows alerts in human-readable format. `,