Skip to content

Commit

Permalink
src: fix trace-event-file-pattern description
Browse files Browse the repository at this point in the history
PR-URL: #22690
Reviewed-By: Ruben Bridgewater <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
  • Loading branch information
AndreasMadsen authored and targos committed Sep 7, 2018
1 parent 1ce9416 commit 44f1438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node_options.cc
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ PerProcessOptionsParser::PerProcessOptionsParser() {
kAllowedInEnvironment);
AddOption("--trace-event-file-pattern",
"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,
kAllowedInEnvironment);
AddAlias("--trace-events-enabled", {
Expand Down

0 comments on commit 44f1438

Please sign in to comment.