Skip to content

Commit

Permalink
src: fix trace-event-file-pattern description
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasMadsen committed Sep 5, 2018
1 parent e007166 commit 6cfc492
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 @@ -203,7 +203,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 6cfc492

Please sign in to comment.