diff --git a/src/node_options.cc b/src/node_options.cc index 5dee39851a0352..c1cbb59e291044 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", {