[lvm-devel] master - configure: Fix the default in help string

Marian Csontos mcsontos at sourceware.org
Mon Aug 19 13:33:44 UTC 2019


Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=9b63f590168b14d0e996f62519edb27f24ab83e2
Commit:        9b63f590168b14d0e996f62519edb27f24ab83e2
Parent:        0534cd9cd4066c88a7dd815f2f3206a177169334
Author:        Marian Csontos <mcsontos at redhat.com>
AuthorDate:    Wed Jul 31 16:24:18 2019 +0200
Committer:     Marian Csontos <mcsontos at redhat.com>
CommitterDate: Mon Aug 19 15:28:01 2019 +0200

configure: Fix the default in help string

---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 1e45c0e..5da6946 100644
--- a/configure.ac
+++ b/configure.ac
@@ -653,7 +653,7 @@ dnl -- writecache inclusion type
 AC_MSG_CHECKING(whether to include writecache)
 AC_ARG_WITH(writecache,
 	    AC_HELP_STRING([--with-writecache=TYPE],
-			   [writecache support: internal/none [internal]]),
+			   [writecache support: internal/none [none]]),
 			   WRITECACHE=$withval, WRITECACHE="none")
 
 AC_MSG_RESULT($WRITECACHE)




More information about the lvm-devel mailing list