diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-09-15 17:34:35 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-09-15 17:34:35 +0200 |
commit | 18b8cb0f2b4279e37c8318945ad01e1aa46cbd8c (patch) | |
tree | ccb5f25801fcbc2edf29d039ed7b2c3c4913a56c | |
parent | 6588e878b2f10bc8ba98e5e17cc851db8df8bc80 (diff) | |
download | mknet-18b8cb0f2b4279e37c8318945ad01e1aa46cbd8c.tar.gz mknet-18b8cb0f2b4279e37c8318945ad01e1aa46cbd8c.zip |
update examples
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -64,8 +64,8 @@ a default one will be selected for you.* How to run them: ```bash -./mknet scenario <topology> <scenario> -./mknet scenario ./topo/50ms.yml ./scenarios/garage-s3lat +./mknet scenario <topology> <scenario> [flavors...] +./mknet scenario ./topo/50ms.yml ./scenarios/garage-s3lat garage-v0.8 ``` How to write good scenarios: |