From: Jes Sorensen <Jes.Sorensen@xxxxxxxxxx> Document that -a is equivalent to --all, as well as --foreground / -F Signed-off-by: Jes Sorensen <Jes.Sorensen@xxxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html