Skip to content

Commit

Permalink
src: remove editing leftovers from options help text
Browse files Browse the repository at this point in the history
PR-URL: #22636
Refs: https://github.com/nodejs/node/commit/
85212bb#r30265305
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
  • Loading branch information
addaleax authored and targos committed Sep 5, 2018
1 parent bdd3afb commit dbb8f37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/node_options.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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", {
Expand Down

0 comments on commit dbb8f37

Please sign in to comment.