Fix to #47 (missing -)

This commit is contained in:
Alex Groce
2018-02-20 14:11:01 -07:00
committed by GitHub
parent c2b227481f
commit dfd027e8ff

View File

@@ -65,7 +65,7 @@ The `virtualenv`-enabled `$PATH` should now include two executables: `deepstate`
You can check your build using the test binaries that were (by default) built and emitted to `deepstate/build/examples`. For example, to use angr to symbolically execute the `IntegerOverflow` test harness with 4 workers, saving generated test cases in a directory called `out`, you would invoke:
```shell
$ deepstate-angr --num_workers 4 -output_test_dir out $DEEPSTATE/build/examples/IntegerOverflow
$ deepstate-angr --num_workers 4 --output_test_dir out $DEEPSTATE/build/examples/IntegerOverflow
```
The resulting `out` directory should look something like: