aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authord3x0r <d3x0r@users.noreply.github.com>2017-07-07 01:04:34 -0700
committerd3x0r <d3x0r@users.noreply.github.com>2017-07-07 01:04:34 -0700
commit3471d201421e3a2a5ba8e361b783c3d237f82e96 (patch)
treee1edc5f971ca4314dcd19415e0ac7dd32c777666
parenta61122ef6c4d9aa1e2d5db3049d2d134ce19aa08 (diff)
downloadportable-3471d201421e3a2a5ba8e361b783c3d237f82e96.tar.gz
portable-3471d201421e3a2a5ba8e361b783c3d237f82e96.tar.bz2
portable-3471d201421e3a2a5ba8e361b783c3d237f82e96.zip
Fix formatting for description of openssldir and skip install; add <nobr> to prevent option hyphen wrapping
Diffstat (limited to '')
-rw-r--r--README.md4
1 files 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.
136 136
137| Option Name | Default | Description 137| Option Name | Default | Description
138| ------------ | -----: | ------ 138| ------------ | -----: | ------
139| LIBRESSL_SKIP_INSTALL | OFF | allows skipping install() rules. Can be specified from command line using ```-DLIBRESSL_SKIP_INSTALL=ON``` 139| LIBRESSL_SKIP_INSTALL | OFF | allows skipping install() rules. Can be specified from command line using <nobr>```-DLIBRESSL_SKIP_INSTALL=ON```</nobr>
140| ENABLE_ASM | ON | builds assembly optimized rules. 140| ENABLE_ASM | ON | builds assembly optimized rules.
141| ENABLE_EXTRATESTS | OFF | Enable extra tests that may be unreliable on some platforms 141| ENABLE_EXTRATESTS | OFF | Enable extra tests that may be unreliable on some platforms
142| ENABLE_NC | OFF | Enable installing TLS-enabled nc(1) 142| ENABLE_NC | OFF | Enable installing TLS-enabled nc(1)
143| ENABLE_VSTEST | OFF | Enable test on Visual Studio 143| ENABLE_VSTEST | OFF | Enable test on Visual Studio
144| OPENSSLDIR | Blank | Set the default openssl directory. Can be specified from command line using -DOPENSSLDIR=```dirname``` 144| OPENSSLDIR | Blank | Set the default openssl directory. Can be specified from command line using <nobr>```-DOPENSSLDIR=<dirname>```</nobr>
145 145