diff options
author | Song Liu <songliubraving@fb.com> | 2015-10-09 07:51:46 +0200 |
---|---|---|
committer | NeilBrown <neilb@suse.com> | 2015-10-19 04:06:21 +0200 |
commit | 28d744468e0ec839cdfc4400ea7176ced5ebbc1d (patch) | |
tree | 24c89e5d05dccf7c6d7a6627b9d11270fd0bea20 /ReadMe.c | |
parent | Check write journal in incremental (diff) | |
download | mdadm-28d744468e0ec839cdfc4400ea7176ced5ebbc1d.tar.xz mdadm-28d744468e0ec839cdfc4400ea7176ced5ebbc1d.zip |
Add help message and man entry for --write-journal
Signed-off-by: Song Liu <songliubraving@fb.com>
Signed-off-by: Shaohua Li <shli@fb.com>
Signed-off-by: NeilBrown <neilb@suse.com>
Diffstat (limited to 'ReadMe.c')
-rw-r--r-- | ReadMe.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -376,6 +376,7 @@ char Help_create[] = " --name= -N : Textual name for array - max 32 characters\n" " --bitmap-chunk= : bitmap chunksize in Kilobytes.\n" " --delay= -d : bitmap update delay in seconds.\n" +" --write-journal= : Specify journal device for RAID-4/5/6 array\n" "\n" ; |