From 37712fe7a510825a2ddf33ac43d3381987e6c45e Mon Sep 17 00:00:00 2001 From: Jay Little Date: Tue, 27 Nov 2018 11:45:12 -0500 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 52580cd..ea49b59 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ pyevmasm is an assembler and disassembler library for the Ethereum Virtual Machi `evmasm` is a commandline utility that uses pyevmasm to assemble or disassemble EVM: ``` -usage: evmasm [-h] (-a | -d | -t) [-bi] [-bo] [-i [INPUT]] [-o [OUTPUT]] +usage: evmasm [-h] (-a | -d | -t) [-bi] [-bo] [-i [INPUT]] [-o [OUTPUT]] [-f FORK] pyevmasm the EVM assembler and disassembler @@ -23,9 +23,10 @@ optional arguments: Input file, default=stdin -o [OUTPUT], --output [OUTPUT] Output file, default=stdout - -f FORK, --fork FORK Fork, default: byzantium. Possible: [pre-byzantium, - byzantium, constantinople]. Also an unsigned block - number is accepted to select the fork. + -f FORK, --fork FORK Fork, default: byzantium. Possible: frontier, + homestead, tangerine_whistle, spurious_dragon, + byzantium, constantinople, serenity. Also an unsigned + block number is accepted to select the fork. ``` Disassembling the preamble of compiled contract: