From: Mariusz Tkaczyk Date: Fri, 9 Sep 2022 13:50:34 +0000 (+0200) Subject: ReadMe: fix command-line help X-Git-Tag: mdadm-4.3~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7cbd810b639eb946ba1b3bddb1faefb9696de42;p=thirdparty%2Fmdadm.git ReadMe: fix command-line help Make command-line help consistent with manual page. Copied from Debian. Cc: Felix Lechner Signed-off-by: Mariusz Tkaczyk Acked-by: Coly Li Signed-off-by: Jes Sorensen --- diff --git a/ReadMe.c b/ReadMe.c index 7f94847e..50a5e36d 100644 --- a/ReadMe.c +++ b/ReadMe.c @@ -477,7 +477,7 @@ char Help_assemble[] = ; char Help_manage[] = -"Usage: mdadm arraydevice options component devices...\n" +"Usage: mdadm [mode] arraydevice [options] \n" "\n" "This usage is for managing the component devices within an array.\n" "The --manage option is not needed and is assumed if the first argument\n"