Skip to content

Commit c5bf376

Browse files
Update auditlogs.py (#234)
1 parent 188aba6 commit c5bf376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/code42cli/cmds/auditlogs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def filter_options(f):
9494
@click.group(cls=OrderedGroup)
9595
@sdk_options(hidden=True)
9696
def audit_logs(state):
97-
"""Tools for getting audit log event data."""
97+
"""Get and send audit log event data."""
9898
# store cursor getter on the group state so shared --begin option can use it in validation
9999
state.cursor_getter = _get_audit_log_cursor_store
100100

0 commit comments

Comments
 (0)