Skip to content

Commit

Permalink
Update CLI command desc
Browse files Browse the repository at this point in the history
  • Loading branch information
jonavellecuerdo committed Jan 23, 2025
1 parent 95825bd commit 5dac713
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tim/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,11 @@ def bulk_delete(ctx: click.Context, index: str, source: str, filepath: str) -> N


@main.command()
@click.option("-i", "--index", help="Name of the index to bulk index records into.")
@click.option(
"-i",
"--index",
help="Name of the index on which to perform bulk indexing and deletion.",
)
@click.option(
"-s",
"--source",
Expand Down

0 comments on commit 5dac713

Please sign in to comment.