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

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