From 66634ad8d8e5fddbea9ff8ec2dda5649cd9a3f95 Mon Sep 17 00:00:00 2001 From: Denis Pronin Date: Thu, 10 Mar 2022 13:16:41 +0300 Subject: [PATCH] configure script refactoring tabs are replaced by whitespaces in help page Signed-off-by: Denis Pronin --- configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 67e5d535..65aee715 100755 --- a/configure +++ b/configure @@ -290,9 +290,9 @@ if test "$show_help" = "yes" ; then echo "--enable-libiscsi Enable iscsi support" echo "--enable-libnbd Enable libnbd (NBD engine) support" echo "--disable-libzbc Disable libzbc even if found" - echo "--disable-tcmalloc Disable tcmalloc support" - echo "--dynamic-libengines Lib-based ioengines as dynamic libraries" - echo "--disable-dfs Disable DAOS File System support even if found" + echo "--disable-tcmalloc Disable tcmalloc support" + echo "--dynamic-libengines Lib-based ioengines as dynamic libraries" + echo "--disable-dfs Disable DAOS File System support even if found" exit $exit_val fi -- 2.25.1