From fd0565c91cdb8beb91af9c23a1866eba7703d588 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Mon, 23 Dec 2019 23:21:01 -0500 Subject: [PATCH] doc: add --inspect-publish-uid man page entry This commit adds the --inspect-publish-uid CLI flag to the man page. PR-URL: https://github.com/nodejs/node/pull/31077 Reviewed-By: Gireesh Punathil Reviewed-By: Beth Griggs Reviewed-By: Anto Aravinth Reviewed-By: Ruben Bridgewater Reviewed-By: James M Snell Reviewed-By: Luigi Pinca --- doc/node.1 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/node.1 b/doc/node.1 index fb9153e29b94e8..dc175e1381b3e6 100644 --- a/doc/node.1 +++ b/doc/node.1 @@ -208,6 +208,15 @@ Set the .Ar host:port to be used when the inspector is activated. . +.It Fl -inspect-publish-uid=stderr,http +Specify how the inspector WebSocket URL is exposed. +Valid values are +.Sy stderr +and +.Sy http . +Default is +.Sy stderr,http . +. .It Fl -inspect Ns = Ns Ar [host:]port Activate inspector on .Ar host:port .