diff --git a/src/utils/script_args.py b/src/utils/script_args.py index 9bd8f32c..65b1802f 100644 --- a/src/utils/script_args.py +++ b/src/utils/script_args.py @@ -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(