From fc565d6d034c9ab2b732978bb1653f0de672574e Mon Sep 17 00:00:00 2001 From: tserg <8017125+tserg@users.noreply.github.com> Date: Wed, 15 Nov 2023 16:39:14 +0800 Subject: [PATCH] fix help test --- vyper/cli/vyper_compile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vyper/cli/vyper_compile.py b/vyper/cli/vyper_compile.py index 4d68b7e5ce..300d12956d 100755 --- a/vyper/cli/vyper_compile.py +++ b/vyper/cli/vyper_compile.py @@ -34,7 +34,7 @@ combined_json - All of the above format options combined as single JSON output layout - Storage layout of a Vyper contract ast - Annotated AST in JSON format -raw_ast - Unannotated AST in JSON format +unannotated_ast - Unannotated AST in JSON format interface - Vyper interface of a contract external_interface - External interface of a contract, used for outside contract calls opcodes - List of opcodes as a string