Skip to content

Commit 772441d

Browse files
authored
BM-204: Fix bento_cli command (github#39)
1 parent 0aacf8c commit 772441d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/prover-manual/bento/running_bento.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ scripts/boundless_service.sh stop
5959
Using a simple test vector for testing different cycle counts (via the -c flag):
6060

6161
```bash
62-
RUST_LOG=info cargo run -F bento_cli --bin bento_cli -- -c 32
62+
RUST_LOG=info cargo run --bin bento_cli -- -c 32
6363
```
6464

6565
Or with a existing elf / input file:
6666

6767
```bash
68-
RUST_LOG=info cargo run -F bento_cli --bin bento_cli -- -f ./crates/bento-client/method_name -i /tmp/input.bin
68+
RUST_LOG=info cargo run --bin bento_cli -- -f ./crates/bento-client/method_name -i /tmp/input.bin
6969
```

0 commit comments

Comments
 (0)