summaryrefslogtreecommitdiffhomepage
path: root/auto/help
diff options
context:
space:
mode:
authorAndrew Clayton <a.clayton@nginx.com>2024-02-06 04:15:32 +0000
committerAndrew Clayton <a.clayton@nginx.com>2024-02-21 16:20:32 +0000
commitda44dc00dcb64c8bc04aedb685ac081087e2582c (patch)
tree98cccb70cb64a29412a7eaa5c9836fe360e8823a /auto/help
parent07a0c9a34817d6faedff67505507cd4f54752a22 (diff)
downloadunit-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>
Diffstat (limited to '')
-rw-r--r--auto/help4
1 files changed, 2 insertions, 2 deletions
diff --git a/auto/help b/auto/help
index b6d9919f..6aff4bba 100644
--- a/auto/help
+++ b/auto/help
@@ -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