Skip to content

Commit

Permalink
docs: update command-line flags in online docs
Browse files Browse the repository at this point in the history
  • Loading branch information
danceratopz authored and spencer-tb committed Sep 20, 2023
1 parent 7632837 commit f0c16b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting_started/executing_tests_command_line.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Output:
```console
usage: fill [-h] [--evm-bin EVM_BIN] [--traces] [--solc-bin SOLC_BIN]
[--filler-path FILLER_PATH] [--output OUTPUT] [--flat-output]
[--disable-hive] [--forks] [--fork FORK] [--from FROM]
[--enable-hive] [--forks] [--fork FORK] [--from FROM]
[--until UNTIL] [--test-help]

options:
Expand All @@ -136,7 +136,7 @@ Arguments defining filler location and output:
deleted.
--flat-output Output each test case in the directory without the
folder structure.
--disable-hive Output tests skipping hive-related properties.
--enable-hive Output test fixtures with the hive-specific properties.

Arguments defining debug behavior:
--t8n-dump-dir T8N_DUMP_DIR
Expand Down

0 comments on commit f0c16b5

Please sign in to comment.