From c0d8a0dabf488adec0415e621c75c001584fb991 Mon Sep 17 00:00:00 2001 From: engn33r Date: Wed, 8 Nov 2023 12:57:56 +0000 Subject: [PATCH] chore: remove redundant help text (#3657) `--hex-ir` was redundantly reported in the format option help text (in addition to being listed as a regular option. the latter is correct) --- vyper/cli/vyper_compile.py | 1 - 1 file changed, 1 deletion(-) diff --git a/vyper/cli/vyper_compile.py b/vyper/cli/vyper_compile.py index c4f60660cb..82eba63f32 100755 --- a/vyper/cli/vyper_compile.py +++ b/vyper/cli/vyper_compile.py @@ -42,7 +42,6 @@ ir_json - Intermediate representation in JSON format ir_runtime - Intermediate representation of runtime bytecode in list format asm - Output the EVM assembly of the deployable bytecode -hex-ir - Output IR and assembly constants in hex instead of decimal """ combined_json_outputs = [