Skip to content

Commit

Permalink
configure script refactoring
Browse files Browse the repository at this point in the history
tabs are replaced by whitespaces in help page

Signed-off-by: Denis Pronin <[email protected]>
  • Loading branch information
dpronin committed Mar 10, 2022
1 parent df0ab55 commit 66634ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 66634ad

Please sign in to comment.