From 022bcc4b6721173461160c00d850d23f3b8912bd Mon Sep 17 00:00:00 2001 From: chonghe <44791194+chong-he@users.noreply.github.com> Date: Tue, 3 Oct 2023 18:33:49 +0800 Subject: [PATCH] Update Makefile Co-authored-by: Mac L --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 25d7bb017d..27c51b7d38 100644 --- a/Makefile +++ b/Makefile @@ -185,7 +185,7 @@ test-exec-engine: # test vectors. test: test-release -# Run bash script to output cli.txt +# Updates the CLI help text pages in the Lighthouse book. cli: ./scripts/cli.sh # Runs the entire test suite, downloading test vectors if required.