Skip to content

Commit dbb8f37

Browse files
addaleaxtargos
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 <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent bdd3afb commit dbb8f37

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/node_options.cc

+1-2
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,7 @@ PerProcessOptionsParser::PerProcessOptionsParser() {
205205
kAllowedInEnvironment);
206206
AddOption("--trace-event-file-pattern",
207207
"Template string specifying the filepath for the trace-events "
208-
"data, it supports ${rotation} and ${pid} log-rotation id. %2$u "
209-
"is the pid.",
208+
"data, it supports ${rotation} and ${pid} log-rotation id.",
210209
&PerProcessOptions::trace_event_file_pattern,
211210
kAllowedInEnvironment);
212211
AddAlias("--trace-events-enabled", {

0 commit comments

Comments
 (0)