Skip to content

Commit 3ee7344

Browse files
authored
add missing help text to --or-query option (#164)
1 parent 272e1b0 commit 3ee7344

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/code42cli/cmds/securitydata.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,10 @@ def show(state, search_id):
302302
@file_event_options
303303
@search_options
304304
@click.option(
305-
"--or-query", is_flag=True, cls=searchopt.AdvancedQueryAndSavedSearchIncompatible
305+
"--or-query",
306+
is_flag=True,
307+
cls=searchopt.AdvancedQueryAndSavedSearchIncompatible,
308+
help="Combine query filter options with 'OR' logic instead of the default 'AND'.",
306309
)
307310
@sdk_options()
308311
@server_options

0 commit comments

Comments
 (0)