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 188aba6 commit c5bf376Copy full SHA for c5bf376
src/code42cli/cmds/auditlogs.py
@@ -94,7 +94,7 @@ def filter_options(f):
94
@click.group(cls=OrderedGroup)
95
@sdk_options(hidden=True)
96
def audit_logs(state):
97
- """Tools for getting audit log event data."""
+ """Get and send audit log event data."""
98
# store cursor getter on the group state so shared --begin option can use it in validation
99
state.cursor_getter = _get_audit_log_cursor_store
100
0 commit comments