1
0
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:
Jonathan Brassow 2013-05-17 14:30:29 -05:00
parent 09cc5f65db
commit 7061b74ec6
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -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]]

View File

@ -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)