summaryrefslogtreecommitdiffstats
path: root/0032-RHBZ-956464-mpathconf-defaults.patch
blob: d63c32e2a667296495fb99abc40e94df6bc0ff20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
 multipath/mpathconf |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Index: multipath-tools-130222/multipath/mpathconf
===================================================================
--- multipath-tools-130222.orig/multipath/mpathconf
+++ multipath-tools-130222/multipath/mpathconf
@@ -31,8 +31,8 @@ function usage
 	echo "Commands:"
 	echo "Enable: --enable "
 	echo "Disable: --disable"
-	echo "Set user_friendly_names (Default n): --user_friendly_names <y|n>"
-	echo "Set find_multipaths (Default n): --find_multipaths <y|n>"
+	echo "Set user_friendly_names (Default y): --user_friendly_names <y|n>"
+	echo "Set find_multipaths (Default y): --find_multipaths <y|n>"
 	echo "Load the dm-multipath modules on enable (Default y): --with_module <y|n>"
 	echo "start/stop/reload multipathd (Default n): --with_multipathd <y|n>"
 	echo ""