Skip to content

Commit 44f1438

Browse files
AndreasMadsentargos
authored andcommitted
src: fix trace-event-file-pattern description
PR-URL: #22690 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent 1ce9416 commit 44f1438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_options.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +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.",
208+
"data, it supports ${rotation} and ${pid}.",
209209
&PerProcessOptions::trace_event_file_pattern,
210210
kAllowedInEnvironment);
211211
AddAlias("--trace-events-enabled", {

0 commit comments

Comments
 (0)