Skip to content

Commit

Permalink
chore: remove redundant help text (vyperlang#3657)
Browse files Browse the repository at this point in the history
`--hex-ir` was redundantly reported in the format option help text (in
addition to being listed as a regular option. the latter is correct)
  • Loading branch information
engn33r authored Nov 8, 2023
1 parent 806dd90 commit c0d8a0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vyper/cli/vyper_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit c0d8a0d

Please sign in to comment.