diff --git a/src/node_options.cc b/src/node_options.cc index 1094ce5cb9e1d7..ae81ab96645695 100644 --- a/src/node_options.cc +++ b/src/node_options.cc @@ -205,8 +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. %2$u " - "is the pid.", + "data, it supports ${rotation} and ${pid} log-rotation id.", &PerProcessOptions::trace_event_file_pattern, kAllowedInEnvironment); AddAlias("--trace-events-enabled", {