Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
doc: node debugnode inspect in CLI docs
  • Loading branch information
addaleax committed Sep 9, 2018
commit 53c1950c42ed22b884c2bf975baedc8f9f90bed4
4 changes: 2 additions & 2 deletions doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" | <host>:<port>] …`
`node inspect [script.js | -e "script" | <host>:<port>] …`

`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

Expand Down
2 changes: 1 addition & 1 deletion doc/node.1
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
.Op Ar arguments ...
.
.Nm node
.Cm debug
.Cm inspect
.Op Fl e Ar string | Ar script.js | Fl | Ar <host>:<port>
.Ar ...
.
Expand Down