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 <ruben@bridgewater.de>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
  • Loading branch information
AndreasMadsen authored and danbev committed Sep 7, 2018
1 parent 4a5886c commit 1a57ad2
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 1a57ad2

Please sign in to comment.