]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - ReadMe.c
When updating uuid, update the bitmap as well - external bitmaps
[thirdparty/mdadm.git] / ReadMe.c
index c508a36e88b992dba8668b27066459f3486de0a6..930df5c14d1768f31f423f2a04d1048b3262bfda 100644 (file)
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -30,7 +30,7 @@
 
 #include "mdadm.h"
 
-char Version[] = Name " - v2.4-pre1 - Not For Production Use - 20 March 2006\n";
+char Version[] = Name " - v2.4.1 -  4 April 2006\n";
 
 /*
  * File: ReadMe.c
@@ -172,6 +172,8 @@ struct option long_options[] = {
     {"daemonize", 0, 0, 'f'},
     {"oneshot",   0, 0, '1'},
     {"pid-file",  1, 0, 'i'},
+    /* For Grow */
+    {"backup-file", 1,0, 7},
     
     {0, 0, 0, 0}
 };