]> sourceware.org Git - lvm2.git/commitdiff
configure: Fix the default in help string
authorMarian Csontos <mcsontos@redhat.com>
Wed, 31 Jul 2019 14:24:18 +0000 (16:24 +0200)
committerMarian Csontos <mcsontos@redhat.com>
Mon, 19 Aug 2019 13:28:01 +0000 (15:28 +0200)
configure.ac

index 1e45c0edcb88af3190525cdc822dc42c8da573be..5da69463175162ce407781dec4be1085d65ff3f8 100644 (file)
@@ -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)
This page took 0.040294 seconds and 5 git commands to generate.