Blame SOURCES/0059-ReadMe-fix-command-line-help.patch

37f2b0
From f7cbd810b639eb946ba1b3bddb1faefb9696de42 Mon Sep 17 00:00:00 2001
37f2b0
From: Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
37f2b0
Date: Fri, 9 Sep 2022 15:50:34 +0200
37f2b0
Subject: [PATCH 59/83] ReadMe: fix command-line help
37f2b0
37f2b0
Make command-line help consistent with manual page.
37f2b0
Copied from Debian.
37f2b0
37f2b0
Cc: Felix Lechner <felix.lechner@lease-up.com>
37f2b0
Signed-off-by: Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
37f2b0
Acked-by: Coly Li <colyli@suse.de>
37f2b0
Signed-off-by: Jes Sorensen <jsorensen@fb.com>
37f2b0
---
37f2b0
 ReadMe.c | 2 +-
37f2b0
 1 file changed, 1 insertion(+), 1 deletion(-)
37f2b0
37f2b0
diff --git a/ReadMe.c b/ReadMe.c
37f2b0
index 7f94847e..50a5e36d 100644
37f2b0
--- a/ReadMe.c
37f2b0
+++ b/ReadMe.c
37f2b0
@@ -477,7 +477,7 @@ char Help_assemble[] =
37f2b0
 ;
37f2b0
 
37f2b0
 char Help_manage[] =
37f2b0
-"Usage: mdadm arraydevice options component devices...\n"
37f2b0
+"Usage: mdadm [mode] arraydevice [options] <component devices...>\n"
37f2b0
 "\n"
37f2b0
 "This usage is for managing the component devices within an array.\n"
37f2b0
 "The --manage option is not needed and is assumed if the first argument\n"
37f2b0
-- 
37f2b0
2.38.1
37f2b0