From 5289f80eadafcc508b24d5817f0ec416eccf8404 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 2c9d0fd4a816cc..4f59dc7d269217 100644 --- a/doc/node.1 +++ b/doc/node.1 @@ -205,6 +205,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 .