Skip to content

Commit 715f0de

Browse files
authored
example event type options (#180)
1 parent 73a620f commit 715f0de

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
@@ -61,7 +61,7 @@
6161
filter_option_event_types = click.option(
6262
"--event-type",
6363
required=False,
64-
help="Filter results by event types.",
64+
help="Filter results by event types (e.g. search_issued, user_registered, user_deactivated).",
6565
multiple=True,
6666
)
6767

0 commit comments

Comments
 (0)