]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - ReadMe.c
DDF: write_init_super_ddf: don't zero superblocks for subarrays
[thirdparty/mdadm.git] / ReadMe.c
index 4214cb055f7826448cabfaa25cb7d8ea08e7bfce..51a6482a1bee9e70d3cc867bacb1bd1360735736 100644 (file)
--- a/ReadMe.c
+++ b/ReadMe.c
 
 #include "mdadm.h"
 
-char Version[] = Name " - v3.2.5 - 18th May 2012\n";
+#ifndef VERSION
+#define VERSION "3.2.5"
+#endif
+#ifndef VERS_DATE
+#define VERS_DATE "18th May 2012"
+#endif
+char Version[] = Name " - v" VERSION " - " VERS_DATE "\n";
 
 /*
  * File: ReadMe.c
@@ -97,6 +103,9 @@ struct option long_options[] = {
     {"offroot", 0, 0, OffRootOpt},
     {"examine-badblocks", 0, 0, ExamineBB},
 
+    {"dump", 1, 0, Dump},
+    {"restore", 1, 0, Restore},
+
     /* synonyms */
     {"monitor",   0, 0, 'F'},
 
@@ -259,10 +268,6 @@ char OptionHelp[] =
 "  --query       -Q   : Display general information about how a\n"
 "                       device relates to the md driver\n"
 "  --auto-detect      : Start arrays auto-detected by the kernel\n"
-"  --offroot          : Set first character of argv[0] to @ to indicate the\n"
-"                       application was launched from initrd/initramfs and\n"
-"                       should not be shutdown by systemd as part of the\n"
-"                       regular shutdown process.\n"
 ;
 /*
 "\n"