From da44dc00dcb64c8bc04aedb685ac081087e2582c Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Tue, 6 Feb 2024 04:15:32 +0000 Subject: [PATCH] Fix alignment of wasm options text in auto/help The indentation uses spaces and not TABs. Signed-off-by: Andrew Clayton --- auto/help | 4 ++-- 1 file 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