Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
junyuanz1 committed Dec 4, 2024
1 parent c8c4ece commit 7bc0088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thetagang/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
@click.option(
"--dry-run",
is_flag=True,
help="Perform a dry run. This will simulate the execution without making any actual changes or sending any live trades.",
help="Perform a dry run. This will display the the orders without sending any live trades.",
)
def cli(config: str, without_ibc: bool, dry_run: bool) -> None:
"""ThetaGang is an IBKR bot for collecting money.
Expand Down

0 comments on commit 7bc0088

Please sign in to comment.