]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - ReadMe.c
mdmon: ensure Unix domain socket is created with safe permissions.
[thirdparty/mdadm.git] / ReadMe.c
index 45046ef71578afa70982b26b78a6a3bddff040ad..02cea081717558e1f4a813d8f57e5fc69ac22bfe 100644 (file)
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -1,7 +1,7 @@
 /*
  * mdadm - manage Linux "md" devices aka RAID arrays.
  *
- * Copyright (C) 2001-2013 Neil Brown <neilb@suse.de>
+ * Copyright (C) 2001-2014 Neil Brown <neilb@suse.de>
  *
  *
  *    This program is free software; you can redistribute it and/or modify
 #include "mdadm.h"
 
 #ifndef VERSION
-#define VERSION "3.3"
+#define VERSION "3.3.1"
 #endif
 #ifndef VERS_DATE
-#define VERS_DATE "3rd September 2013"
+#define VERS_DATE "5th June 2014"
 #endif
 char Version[] = Name " - v" VERSION " - " VERS_DATE "\n";
 
@@ -166,6 +166,7 @@ struct option long_options[] = {
     {"no-degraded",0,0,  NoDegraded },
     {"wait",     0, 0,  WaitOpt},
     {"wait-clean", 0, 0, Waitclean },
+    {"action",    1, 0, Action },
 
     /* For Detail/Examine */
     {"brief",    0, 0, Brief},
@@ -506,6 +507,7 @@ char Help_misc[] =
 "  --readwrite   -w   : mark array as readwrite\n"
 "  --test        -t   : exit status 0 if ok, 1 if degrade, 2 if dead, 4 if missing\n"
 "  --wait        -W   : wait for resync/rebuild/recovery to finish\n"
+"  --action=          : initiate or abort ('idle' or 'frozen') a 'check' or 'repair'.\n"
 ;
 
 char Help_monitor[] =