From 081405abd14867d58c8480759210496435cb2fe0 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 b5b64a91f0..fb3b602911 100644 --- a/Makefile +++ b/Makefile @@ -164,7 +164,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.