Skip to content

Commit

Permalink
fixed description of --dry-run flag
Browse files Browse the repository at this point in the history
  • Loading branch information
fhenneke committed Nov 7, 2024
1 parent 93d42a3 commit 73143b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/script_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def generic_script_init(description: str) -> ScriptArgs:
"--dry-run",
action="store_true",
help="Flag indicating whether script should not post alerts or transactions. "
"Only relevant in combination with --post-tx True"
"Only relevant in combination with --post-tx"
"Primarily intended for deployment in staging environment.",
)
parser.add_argument(
Expand Down

0 comments on commit 73143b7

Please sign in to comment.