Skip to content

Commit

Permalink
host-status doesn't receive File
Browse files Browse the repository at this point in the history
  • Loading branch information
do-su-0805 committed Jan 23, 2025
1 parent cbc0ca3 commit d5184f9
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 d5184f9

Please sign in to comment.