Skip to content

Commit 43545c3

Browse files
committed
node: add missing option to --help output
1 parent aa3eab0 commit 43545c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/node.cc

+1
Original file line numberDiff line numberDiff line change
@@ -3623,6 +3623,7 @@ static void PrintHelp() {
36233623
" --no-deprecation silence deprecation warnings\n"
36243624
" --trace-deprecation show stack traces on deprecations\n"
36253625
" --throw-deprecation throw an exception on deprecations\n"
3626+
" --pending-deprecation emit pending deprecation warnings\n"
36263627
" --no-warnings silence all process warnings\n"
36273628
" --napi-modules load N-API modules\n"
36283629
" --trace-warnings show stack traces on process warnings\n"

0 commit comments

Comments
 (0)