Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 44f1438

Browse filesBrowse files
AndreasMadsentargos
authored andcommitted
src: fix trace-event-file-pattern description
PR-URL: #22690 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
1 parent 1ce9416 commit 44f1438
Copy full SHA for 44f1438

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎src/node_options.cc‎

Copy file name to clipboardExpand all lines: src/node_options.cc
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ PerProcessOptionsParser::PerProcessOptionsParser() {
205205
kAllowedInEnvironment);
206206
AddOption("--trace-event-file-pattern",
207207
"Template string specifying the filepath for the trace-events "
208-
"data, it supports ${rotation} and ${pid} log-rotation id.",
208+
"data, it supports ${rotation} and ${pid}.",
209209
&PerProcessOptions::trace_event_file_pattern,
210210
kAllowedInEnvironment);
211211
AddAlias("--trace-events-enabled", {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.