On Sat, Feb 27, 2010 at 04:07:04PM +0100, Luca Berra wrote:
--- a/mdmon.c +++ b/mdmon.c @@ -244,7 +244,7 @@ static int do_fork(void) void usage(void) { - fprintf(stderr, "Usage: mdmon /device/name/for/container [target_dir]\n"); + fprintf(stderr, "Usage: mdmon [--all] [--takeover] CONTAINER");
oops, i missed a "\n" above
exit(2); } @@ -262,15 +262,20 @@ int main(int argc, char *argv[])
-- Luca Berra -- bluca@xxxxxxxxxx Communication Media & Services S.r.l. /"\ \ / ASCII RIBBON CAMPAIGN X AGAINST HTML MAIL / \ -- 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