From 73143b74d2b2202a141fc670eacc1299221e44c9 Mon Sep 17 00:00:00 2001 From: Felix Henneke Date: Thu, 7 Nov 2024 17:49:12 +0100 Subject: [PATCH] fixed description of --dry-run flag --- src/utils/script_args.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(