Skip to content

Commit

Permalink
Merge pull request #668 from mackerelio/fix/alerts_option_comment
Browse files Browse the repository at this point in the history
host-status option doesn't receive File in alerts command
  • Loading branch information
yseto authored Jan 23, 2025
2 parents cbc0ca3 + d5184f9 commit 98e2682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alerts/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ var Command = cli.Command{
{
Name: "list",
Usage: "list alerts",
ArgsUsage: "[--service | -s <service>] [--host-status | -S <file>] [--color | -c] [--with-closed | -w] [--limit | -l]",
ArgsUsage: "[--service | -s <service>] [--host-status | -S <host-status>] [--color | -c] [--with-closed | -w] [--limit | -l]",
Description: `
Shows alerts in human-readable format.
`,
Expand Down

0 comments on commit 98e2682

Please sign in to comment.