mirror of https://github.com/nodejs/node.git
src: fix trace-event-file-pattern description
PR-URL: https://github.com/nodejs/node/pull/22690 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Richard Lau <riclau@uk.ibm.com>pull/22744/head
parent
4a5886cb8a
commit
1a57ad22d6
|
@ -203,7 +203,7 @@ PerProcessOptionsParser::PerProcessOptionsParser() {
|
||||||
kAllowedInEnvironment);
|
kAllowedInEnvironment);
|
||||||
AddOption("--trace-event-file-pattern",
|
AddOption("--trace-event-file-pattern",
|
||||||
"Template string specifying the filepath for the trace-events "
|
"Template string specifying the filepath for the trace-events "
|
||||||
"data, it supports ${rotation} and ${pid} log-rotation id.",
|
"data, it supports ${rotation} and ${pid}.",
|
||||||
&PerProcessOptions::trace_event_file_pattern,
|
&PerProcessOptions::trace_event_file_pattern,
|
||||||
kAllowedInEnvironment);
|
kAllowedInEnvironment);
|
||||||
AddAlias("--trace-events-enabled", {
|
AddAlias("--trace-events-enabled", {
|
||||||
|
|
Loading…
Reference in New Issue