diff options
author | Andrew Clayton <a.clayton@nginx.com> | 2024-02-06 04:15:32 +0000 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2024-02-21 16:20:32 +0000 |
commit | da44dc00dcb64c8bc04aedb685ac081087e2582c (patch) | |
tree | 98cccb70cb64a29412a7eaa5c9836fe360e8823a | |
parent | 07a0c9a34817d6faedff67505507cd4f54752a22 (diff) | |
download | unit-da44dc00dcb64c8bc04aedb685ac081087e2582c.tar.gz unit-da44dc00dcb64c8bc04aedb685ac081087e2582c.tar.bz2 |
Fix alignment of wasm options text in auto/help
The indentation uses spaces and not TABs.
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
-rw-r--r-- | auto/help | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -76,7 +76,7 @@ cat << END java OPTIONS configure Java module run "./configure java --help" to see available options - wasm OPTIONS configure WebAssembly module - run "./configure wasm --help" to see available options + wasm OPTIONS configure WebAssembly module + run "./configure wasm --help" to see available options END |