We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce9416 commit 44f1438Copy full SHA for 44f1438
src/node_options.cc
@@ -205,7 +205,7 @@ PerProcessOptionsParser::PerProcessOptionsParser() {
205
kAllowedInEnvironment);
206
AddOption("--trace-event-file-pattern",
207
"Template string specifying the filepath for the trace-events "
208
- "data, it supports ${rotation} and ${pid} log-rotation id.",
+ "data, it supports ${rotation} and ${pid}.",
209
&PerProcessOptions::trace_event_file_pattern,
210
211
AddAlias("--trace-events-enabled", {
0 commit comments