Skip to content

Commit

Permalink
Fix xtdb-cli (#3543)
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Klopper <janklopper+underdark@gmail.com>
  • Loading branch information
originalsouth and underdarknl committed Sep 17, 2024
1 parent 6d0caeb commit ca59cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octopoes/tools/xtdb-cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def await_tx(ctx: click.Context, tx_id: int, timeout: int | None):
The returned date is the latest index time when this node has caught up as of this call."""
)
@click.option("--timeout", type=int, help="Specified in milliseconds, defaulting to 10 seconds (integer)")
@click.argument("tx-time", type=click.DateTime(), help="In UTC")
@click.argument("tx-time", type=click.DateTime())
@click.pass_context
def await_tx_time(
ctx: click.Context,
Expand Down

0 comments on commit ca59cc7

Please sign in to comment.