Skip to content

Commit 65f0323

Browse files
addaleaxdanbev
authored andcommitted
src: remove editing leftovers from options help text
PR-URL: #22636 Refs: https://github.com/nodejs/node/commit/ 85212bb#r30265305 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent be5e396 commit 65f0323

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/node_options.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,7 @@ PerProcessOptionsParser::PerProcessOptionsParser() {
203203
kAllowedInEnvironment);
204204
AddOption("--trace-event-file-pattern",
205205
"Template string specifying the filepath for the trace-events "
206-
"data, it supports ${rotation} and ${pid} log-rotation id. %2$u "
207-
"is the pid.",
206+
"data, it supports ${rotation} and ${pid} log-rotation id.",
208207
&PerProcessOptions::trace_event_file_pattern,
209208
kAllowedInEnvironment);
210209
AddAlias("--trace-events-enabled", {

0 commit comments

Comments
 (0)