mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
Clean-up: Fix copy-n-paste error
Description for --with-raid should be s/mirror/raid/.
This commit is contained in:
parent
09cc5f65db
commit
7061b74ec6
2
configure
vendored
2
configure
vendored
@ -1588,7 +1588,7 @@ Optional Packages:
|
||||
[[TYPE=internal]]
|
||||
--with-mirrors=TYPE mirror support: internal/shared/none
|
||||
[[TYPE=internal]]
|
||||
--with-raid=TYPE mirror support: internal/shared/none
|
||||
--with-raid=TYPE raid support: internal/shared/none
|
||||
[[TYPE=internal]]
|
||||
--with-replicators=TYPE replicator support: internal/shared/none
|
||||
[[TYPE=none]]
|
||||
|
@ -364,7 +364,7 @@ dnl -- raid inclusion type
|
||||
AC_MSG_CHECKING(whether to include raid)
|
||||
AC_ARG_WITH(raid,
|
||||
AC_HELP_STRING([--with-raid=TYPE],
|
||||
[mirror support: internal/shared/none
|
||||
[raid support: internal/shared/none
|
||||
[[TYPE=internal]]]),
|
||||
RAID=$withval, RAID=internal)
|
||||
AC_MSG_RESULT($RAID)
|
||||
|
Loading…
x
Reference in New Issue
Block a user