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>
This commit is contained in:
Andrew Clayton 2024-02-06 04:15:32 +00:00
parent 07a0c9a348
commit da44dc00dc

View file

@ -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