Skip to content

Commit 90f08ea

Browse files
Update securitydata.py (#241)
1 parent 3661ebb commit 90f08ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/code42cli/cmds/securitydata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def file_event_options(f):
198198
@click.group(cls=OrderedGroup)
199199
@sdk_options(hidden=True)
200200
def security_data(state):
201-
"""Tools for getting file event data."""
201+
"""Get and send file event data."""
202202
# store cursor getter on the group state so shared --begin option can use it in validation
203203
state.cursor_getter = _get_file_event_cursor_store
204204

0 commit comments

Comments
 (0)