From 5db6758a99493de723cc39fb005470dfad200005 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 4425e1a0ccd1c5..0a55f9334ad4ab 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 .