Skip to content

Commit bda3311

Browse files
addaleaxtargos
authored andcommittedSep 19, 2018
doc: node debugnode inspect in CLI docs
PR-URL: #22774 Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Matheus Marchini <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Jan Krems <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: George Adams <[email protected]>
1 parent b4a79ac commit bda3311

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎doc/api/cli.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ To view this documentation as a manual page in a terminal, run `man node`.
1212

1313
`node [options] [V8 options] [script.js | -e "script" | -] [--] [arguments]`
1414

15-
`node debug [script.js | -e "script" | <host>:<port>] …`
15+
`node inspect [script.js | -e "script" | <host>:<port>] …`
1616

1717
`node --v8-options`
1818

1919
Execute without arguments to start the [REPL][].
2020

21-
_For more info about `node debug`, please see the [debugger][] documentation._
21+
_For more info about `node inspect`, please see the [debugger][] documentation._
2222

2323
## Options
2424

‎doc/node.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
.Op Ar arguments ...
4444
.
4545
.Nm node
46-
.Cm debug
46+
.Cm inspect
4747
.Op Fl e Ar string | Ar script.js | Fl | Ar <host>:<port>
4848
.Ar ...
4949
.

0 commit comments

Comments
 (0)
Please sign in to comment.