mdadm: add missing --syslog option to monitor help

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: NeilBrown <neilb@suse.de>
This commit is contained in:
Mike Frysinger 2011-04-11 14:54:18 +10:00 committed by NeilBrown
parent 9e69baf3d4
commit 237d87904e
1 changed files with 1 additions and 0 deletions

View File

@ -506,6 +506,7 @@ char Help_monitor[] =
" --mail= -m : Address to mail alerts of failure to\n"
" --program= -p : Program to run when an event is detected\n"
" --alert= : same as --program\n"
" --syslog -y : Report alerts via syslog\n"
" --increment= -r : Report RebuildNN events in the given increment. default=20\n"
" --delay= -d : seconds of delay between polling state. default=60\n"
" --config= -c : specify a different config file\n"