From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neil Brown Subject: Re: cosmetic bug in mdadm Date: Thu, 31 Jul 2008 15:05:13 +1000 Message-ID: <18577.18441.218344.941423@notabene.brown> References: <18574.28090.931731.900997@notabene.brown> <18574.37882.879252.6383@notabene.brown> <20080729120241.6da32aa1@hardcode42.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: message from Conway S. Smith on Tuesday July 29 Sender: linux-raid-owner@vger.kernel.org To: "Conway S. Smith" Cc: LinuxRaid List-Id: linux-raid.ids On Tuesday July 29, beolach@gmail.com wrote: > On Tue, 29 Jul 2008 13:52:26 +1000 > Neil Brown wrote: > > On Monday July 28, babydr@baby-dragons.com wrote: > > > > --- a/ReadMe.c > > > > +++ b/ReadMe.c > > > > @@ -518,9 +518,12 @@ char Help_grow[] = > > ^^^^^^^^^ > > > > " --size= -z : Change the active size of devices in > > > > an array.\n" " : This is useful if all > > > > devices have been replaced\n" " : with > > > > larger devices.\n" -" --raid-disks= -n : Change the number > > > > of active devices in an array.\n" +" --raid-devices= -n : > > > > Change the number of active devices in an array.\n" > > > > " : array.\n" > > > To what command ^^^^^^^^^^^ is this associated in the > > > --help output ? > > > > mdadm --grow --help > > > > (all the others already spelt it "--raid-devices"). > > > > I think he meant the last line, w/ just ": array.\n". Is that > associated w/ a different command, or should it be removed since the > previous line already has the word array? Ah yes, I see. That dates from Feb 2007 when we changed: -" --raid-disks= -n : Change the number of active devices in a RAID1\n" +" --raid-disks= -n : Change the number of active devices in an array.\n" " : array.\n" Fixed now. Thanks. NeilBrown