diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/node_options.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_options.cc b/src/node_options.cc index 5dee39851a..c1cbb59e29 100644 --- a/src/node_options.cc +++ b/src/node_options.cc @@ -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", { |