From 6acef76be9bd496d9135a605da70462aa87b1e46 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 19 Jun 2017 18:23:09 -0700 Subject: [PATCH] doc: fixed formatting issue in cli docs Removed some bad escape characters Fixes: https://github.com/nodejs/node/issues/13805 --- doc/api/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index c2cfc4e35e10c3..3780cb55f5d6ec 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -512,7 +512,7 @@ added: v6.11.0 Load an OpenSSL configuration file on startup. Among other uses, this can be used to enable FIPS-compliant crypto if Node.js is built with `./configure -\-\-openssl\-fips`. +--openssl-fips`. If the [`--openssl-config`][] command line option is used, the environment variable is ignored.