From d9dd1412ce9bee01889ba990c3bb804c91e6badb Mon Sep 17 00:00:00 2001 From: AshCripps Date: Thu, 4 Jun 2020 12:07:01 +0100 Subject: [PATCH] doc: fix typo in cli.md for report-dir Add the missing backtick in `--report-dir` refs: https://github.com/nodejs/node/pull/33587#discussion_r432816468 PR-URL: https://github.com/nodejs/node/pull/33725 Refs: https://github.com/nodejs/node/pull/33587 Reviewed-By: Richard Lau Reviewed-By: Beth Griggs Reviewed-By: Gireesh Punathil Reviewed-By: Zeyu Yang Reviewed-By: Colin Ihrig Reviewed-By: James M Snell Reviewed-By: Luigi Pinca --- doc/api/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index 50ae4d5707a8cd..b69d5e583ef26c 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -635,7 +635,7 @@ Write reports in a compact format, single-line JSON, more easily consumable by log processing systems than the default multi-line format designed for human consumption. -### --report-dir=directory`, `report-directory=directory` +### `--report-dir=directory`, `report-directory=directory`