From 6cfc4925fc7e31c4bff2052525cd797c805ab0c8 Mon Sep 17 00:00:00 2001 From: Andreas Madsen Date: Tue, 4 Sep 2018 19:30:11 +0200 Subject: [PATCH] src: fix trace-event-file-pattern description --- src/node_options.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", {