From bda3311afee4d55185a19d9e0043e5bf2ec37923 Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Sun, 9 Sep 2018 16:57:37 +0200 Subject: [PATCH] =?UTF-8?q?doc:=20`node=20debug`=20=E2=86=92=20`node=20ins?= =?UTF-8?q?pect`=20in=20CLI=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/22774 Reviewed-By: Daniel Bevenius Reviewed-By: Rich Trott Reviewed-By: Refael Ackermann Reviewed-By: Matheus Marchini Reviewed-By: Richard Lau Reviewed-By: Ruben Bridgewater Reviewed-By: Luigi Pinca Reviewed-By: Matteo Collina Reviewed-By: Colin Ihrig Reviewed-By: Jan Krems Reviewed-By: James M Snell Reviewed-By: Trivikram Kamat Reviewed-By: George Adams --- doc/api/cli.md | 4 ++-- doc/node.1 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index 6b7d451d682d1c..8adb33efb7b06e 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -12,13 +12,13 @@ To view this documentation as a manual page in a terminal, run `man node`. `node [options] [V8 options] [script.js | -e "script" | -] [--] [arguments]` -`node debug [script.js | -e "script" | :] …` +`node inspect [script.js | -e "script" | :] …` `node --v8-options` Execute without arguments to start the [REPL][]. -_For more info about `node debug`, please see the [debugger][] documentation._ +_For more info about `node inspect`, please see the [debugger][] documentation._ ## Options diff --git a/doc/node.1 b/doc/node.1 index e437cc2e2ae81b..8e6616ad969ecc 100644 --- a/doc/node.1 +++ b/doc/node.1 @@ -43,7 +43,7 @@ .Op Ar arguments ... . .Nm node -.Cm debug +.Cm inspect .Op Fl e Ar string | Ar script.js | Fl | Ar : .Ar ... .