summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Brassow <jbrassow@redhat.com>2013-05-17 14:30:29 -0500
committerJonathan Brassow <jbrassow@redhat.com>2013-05-31 11:14:37 -0500
commit7061b74ec6850651e5610a8da7ff0a16b1f6d155 (patch)
tree91462a4f37b7062f4afabb32589cf4d8c7d1d7da
parent09cc5f65dbe34027c91011907e25ea4c21edfd13 (diff)
downloadlvm2-7061b74ec6850651e5610a8da7ff0a16b1f6d155.tar.gz
Clean-up: Fix copy-n-paste error
Description for --with-raid should be s/mirror/raid/.
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index b58c52daa..b1672740c 100755
--- a/configure
+++ b/configure
@@ -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]]
diff --git a/configure.in b/configure.in
index 75e0d843c..b4dfc199d 100644
--- a/configure.in
+++ b/configure.in
@@ -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)