Skip to content

Commit

Permalink
fix default
Browse files Browse the repository at this point in the history
  • Loading branch information
aarontp committed Oct 8, 2023
1 parent cd18e38 commit 6bfb900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbinia/api/cli/turbinia_client/core/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def get_jobs(ctx: click.Context) -> None:
'a summary shown. The default is 20 which corresponds to "HIGH_PRIORITY"'
'To see all tasks report output in full detail, set --priority_filter=100 '
'or to see CRITICAL only set --priority_filter=10', show_default=True,
default=80, type=int, required=False)
default=20, type=int, required=False)
@click.option(
'--show_all', '-a', help='Shows all fields including saved output paths.',
is_flag=True, required=False)
Expand Down

0 comments on commit 6bfb900

Please sign in to comment.