From 3bf46d4c801ffa5b500a1da8819cae7c7220ac5a Mon Sep 17 00:00:00 2001 From: Bo Chen Date: Thu, 6 Feb 2020 06:26:52 -0800 Subject: [PATCH] README: Fix a typo for using cli_dev Fix the typo for the instructions of using cli_dev to run unit tests. Signed-off-by: Bo Chen --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd35745cc..aa42445ca 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ Cloud Hypervisor CI infrastructure. For example, to run the Cloud Hypervisor unit tests: ```shell -$ ./scripts/dev_cli.sh tests --release +$ ./scripts/dev_cli.sh tests --unit ``` Run the `./scripts/dev_cli.sh --help` command to view all the supported