]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - ReadMe.c
Assemble array with write journal
[thirdparty/mdadm.git] / ReadMe.c
index f4b4a4fd4829254309e4b84b259b1cfda1851826..10921e3bd74e1a87c8495b6a5b9c2d8b99f2858b 100644 (file)
--- a/ReadMe.c
+++ b/ReadMe.c
 #include "mdadm.h"
 
 #ifndef VERSION
-#define VERSION "3.3.3"
+#define VERSION "3.3.4"
 #endif
 #ifndef VERS_DATE
-#define VERS_DATE "24th July 2015"
+#define VERS_DATE "3rd August 2015"
 #endif
 char Version[] = "mdadm - v" VERSION " - " VERS_DATE "\n";
 
@@ -142,6 +142,7 @@ struct option long_options[] = {
     {"data-offset",1, 0, DataOffset},
     {"nodes",1, 0, Nodes}, /* also for --assemble */
     {"home-cluster",1, 0, ClusterName},
+    {"write-journal",1, 0, WriteJournal},
 
     /* For assemble */
     {"uuid",      1, 0, 'u'},