From a4e0af2fbfe5acd03ca03951345463dd6f431d34 Mon Sep 17 00:00:00 2001 From: John Kleinschmidt Date: Wed, 21 Jun 2017 15:01:55 -0400 Subject: [PATCH] Updated referenced command line flag. --- docs/api/process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/process.md b/docs/api/process.md index 9b054d207c56..be26336ca9e9 100644 --- a/docs/api/process.md +++ b/docs/api/process.md @@ -70,7 +70,7 @@ A `Boolean` that controls whether or not deprecations printed to `stderr` includ ### `process.traceProcessWarnings` A `Boolean` that controls whether or not process warnings printed to `stderr` include their stack trace. Setting this to `true` will print stack traces for process warnings - (including deprecations). This property is instead of the `trace-warnings` command + (including deprecations). This property is instead of the `--trace-warnings` command line flag. ### `process.type`