* [PATCH v2 0/1] Quiet down automated tool checking noise @ 2013-04-25 15:24 Jes.Sorensen 2013-04-25 15:24 ` [PATCH 1/1] mdmon: Add missing option documentation to --help output Jes.Sorensen 0 siblings, 1 reply; 3+ messages in thread From: Jes.Sorensen @ 2013-04-25 15:24 UTC (permalink / raw) To: neilb; +Cc: linux-raid From: Jes Sorensen <Jes.Sorensen@redhat.com> Hi, As promised, here is the updated patch to add the missing options to the --help output of mdmon. Cheers, Jes Jes Sorensen (1): mdmon: Add missing option documentation to --help output mdmon.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- 1.8.1.4 ^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] mdmon: Add missing option documentation to --help output 2013-04-25 15:24 [PATCH v2 0/1] Quiet down automated tool checking noise Jes.Sorensen @ 2013-04-25 15:24 ` Jes.Sorensen 2013-04-25 22:45 ` NeilBrown 0 siblings, 1 reply; 3+ messages in thread From: Jes.Sorensen @ 2013-04-25 15:24 UTC (permalink / raw) To: neilb; +Cc: linux-raid From: Jes Sorensen <Jes.Sorensen@redhat.com> Document that -a is equivalent to --all, as well as --foreground / -F Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> --- mdmon.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mdmon.c b/mdmon.c index fd136e5..23cd7e2 100644 --- a/mdmon.c +++ b/mdmon.c @@ -271,7 +271,8 @@ void usage(void) "\n" "Options are:\n" " --help -h : This message\n" -" --all : All devices\n" +" --all -a : All devices\n" +" --foreground -F : Run in foreground (do not fork)\n" " --takeover -t : Takeover container\n" ); exit(2); -- 1.8.1.4 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] mdmon: Add missing option documentation to --help output 2013-04-25 15:24 ` [PATCH 1/1] mdmon: Add missing option documentation to --help output Jes.Sorensen @ 2013-04-25 22:45 ` NeilBrown 0 siblings, 0 replies; 3+ messages in thread From: NeilBrown @ 2013-04-25 22:45 UTC (permalink / raw) To: Jes.Sorensen; +Cc: linux-raid [-- Attachment #1: Type: text/plain, Size: 806 bytes --] On Thu, 25 Apr 2013 17:24:36 +0200 Jes.Sorensen@redhat.com wrote: > From: Jes Sorensen <Jes.Sorensen@redhat.com> > > Document that -a is equivalent to --all, as well as --foreground / -F > > Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> > --- > mdmon.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/mdmon.c b/mdmon.c > index fd136e5..23cd7e2 100644 > --- a/mdmon.c > +++ b/mdmon.c > @@ -271,7 +271,8 @@ void usage(void) > "\n" > "Options are:\n" > " --help -h : This message\n" > -" --all : All devices\n" > +" --all -a : All devices\n" > +" --foreground -F : Run in foreground (do not fork)\n" > " --takeover -t : Takeover container\n" > ); > exit(2); Applied. Thanks! NeilBrown [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 828 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-04-25 22:45 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-04-25 15:24 [PATCH v2 0/1] Quiet down automated tool checking noise Jes.Sorensen 2013-04-25 15:24 ` [PATCH 1/1] mdmon: Add missing option documentation to --help output Jes.Sorensen 2013-04-25 22:45 ` NeilBrown
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox