Skip to content

Commit 188aba6

Browse files
Update alerts.py (#233)
1 parent fe7ac48 commit 188aba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/code42cli/cmds/alerts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def alert_options(f):
175175
@click.group(cls=code42cli.click_ext.groups.OrderedGroup)
176176
@opt.sdk_options(hidden=True)
177177
def alerts(state):
178-
"""Tools for getting alert data."""
178+
"""Get and send alert data."""
179179
# store cursor getter on the group state so shared --begin option can use it in validation
180180
state.cursor_getter = _get_alert_cursor_store
181181

0 commit comments

Comments
 (0)