From 3471d201421e3a2a5ba8e361b783c3d237f82e96 Mon Sep 17 00:00:00 2001 From: d3x0r Date: Fri, 7 Jul 2017 01:04:34 -0700 Subject: Fix formatting for description of openssldir and skip install; add to prevent option hyphen wrapping --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0e7e1d..d4e3800 100644 --- a/README.md +++ b/README.md @@ -136,10 +136,10 @@ projects or build by itself. | Option Name | Default | Description | ------------ | -----: | ------ -| LIBRESSL_SKIP_INSTALL | OFF | allows skipping install() rules. Can be specified from command line using ```-DLIBRESSL_SKIP_INSTALL=ON``` +| LIBRESSL_SKIP_INSTALL | OFF | allows skipping install() rules. Can be specified from command line using ```-DLIBRESSL_SKIP_INSTALL=ON``` | ENABLE_ASM | ON | builds assembly optimized rules. | ENABLE_EXTRATESTS | OFF | Enable extra tests that may be unreliable on some platforms | ENABLE_NC | OFF | Enable installing TLS-enabled nc(1) | ENABLE_VSTEST | OFF | Enable test on Visual Studio -| OPENSSLDIR | Blank | Set the default openssl directory. Can be specified from command line using -DOPENSSLDIR=```dirname``` +| OPENSSLDIR | Blank | Set the default openssl directory. Can be specified from command line using ```-DOPENSSLDIR=``` -- cgit v1.2.3-55-g6feb