modified example simulation

This commit is contained in:
Andrew Gross 2018-06-20 11:53:09 -06:00
parent 830d48b95c
commit ace6e6e420
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ $ cargo build [--release]
A basic example is included to run a network simulation.
```
$ cargo run --example simulation -h
$ cargo run --example simulation -- -h
```
## License