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

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