Skip to content

Commit

Permalink
update API section
Browse files Browse the repository at this point in the history
tomkralidis committed Jul 29, 2024
1 parent 9e37a52 commit f1435cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wis2-grep-management/wis2_grep/loader.py
Original file line number Diff line number Diff line change
@@ -149,7 +149,7 @@ def load(ctx, path, verbosity='NOTSET'):
@click.command()
@click.pass_context
@click.option('--hours', type=int, default=MESSAGE_RETENTION_HOURS,
help='Number of hours of data to keep')
help='Number of hours of messages to keep')
@cli_options.OPTION_VERBOSITY
def clean(ctx, hours, verbosity):
"""Clean messages on API indexes"""

0 comments on commit f1435cb

Please sign in to comment.