Skip to content

Commit

Permalink
filters help text
Browse files Browse the repository at this point in the history
  • Loading branch information
NoyaArie committed Dec 29, 2024
1 parent 5285293 commit abd5926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elementary/monitor/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def decorator(func):
default=None,
help="Filter the report by last_invocation / invocation_id:<INVOCATION_ID> / invocation_time:<INVOCATION_TIME>."
if cmd in (Command.REPORT, Command.SEND_REPORT)
else "DEPRECATED! Please use --filters instead! - Filter the alerts by tag:<TAG> / owner:<OWNER> / model:<MODEL> / "
else "DEPRECATED! Please use --filters instead! - Filter the alerts by tags:<TAG> / owners:<OWNER> / models:<MODEL> / "
"statuses:<warn/fail/error/skipped> / resource_types:<model/test>.",
)(func)
return func
Expand Down

0 comments on commit abd5926

Please sign in to comment.