Skip to content

Commit 5f01a81

Browse files
Merge pull request #26 from trailofbits/update-readme
Update README.md
2 parents 229b04e + 37712fe commit 5f01a81

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pyevmasm is an assembler and disassembler library for the Ethereum Virtual Machi
77
`evmasm` is a commandline utility that uses pyevmasm to assemble or disassemble EVM:
88

99
```
10-
usage: evmasm [-h] (-a | -d | -t) [-bi] [-bo] [-i [INPUT]] [-o [OUTPUT]]
10+
usage: evmasm [-h] (-a | -d | -t) [-bi] [-bo] [-i [INPUT]] [-o [OUTPUT]] [-f FORK]
1111
1212
pyevmasm the EVM assembler and disassembler
1313
@@ -23,9 +23,10 @@ optional arguments:
2323
Input file, default=stdin
2424
-o [OUTPUT], --output [OUTPUT]
2525
Output file, default=stdout
26-
-f FORK, --fork FORK Fork, default: byzantium. Possible: [pre-byzantium,
27-
byzantium, constantinople]. Also an unsigned block
28-
number is accepted to select the fork.
26+
-f FORK, --fork FORK Fork, default: byzantium. Possible: frontier,
27+
homestead, tangerine_whistle, spurious_dragon,
28+
byzantium, constantinople, serenity. Also an unsigned
29+
block number is accepted to select the fork.
2930
```
3031

3132
Disassembling the preamble of compiled contract:

0 commit comments

Comments
 (0)