8000 src: fix trace-event-file-pattern description · nodejs/node@44f1438 · GitHub
[go: up one dir, main page]

Skip to content

Commit 44f1438

Browse files
AndreasMadsentargos
authored andcommitted
src: fix trace-event-file-pattern description
PR-URL: #22690 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
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‎

Lines changed: 1 addition & 1 deletion
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)
0