Skip to content

Commit 896be83

Browse files
krydosaddaleax
authored andcommitted
node: add missing option to --help output
PR-URL: #12763 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent e488857 commit 896be83

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)