We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3661ebb commit 90f08eaCopy full SHA for 90f08ea
src/code42cli/cmds/securitydata.py
@@ -198,7 +198,7 @@ def file_event_options(f):
198
@click.group(cls=OrderedGroup)
199
@sdk_options(hidden=True)
200
def security_data(state):
201
- """Tools for getting file event data."""
+ """Get and send file event data."""
202
# store cursor getter on the group state so shared --begin option can use it in validation
203
state.cursor_getter = _get_file_event_cursor_store
204
0 commit comments