Blame SOURCES/948599-mpo-7.1.0-edac-ctl.patch

c2a259
From d048b76f748432fcb31615a4d40c00b1feb0885b Mon Sep 17 00:00:00 2001
c2a259
From: Jan Chaloupka <jchaloup@redhat.com>
c2a259
Date: Mon, 29 Sep 2014 22:04:58 +0200
c2a259
Subject: [PATCH] edac-ctl missing options
c2a259
c2a259
---
c2a259
 edac-utils/man8/edac-ctl.8 | 8 +++++++-
c2a259
 1 file changed, 7 insertions(+), 1 deletion(-)
c2a259
c2a259
diff --git a/edac-utils/man8/edac-ctl.8 b/edac-utils/man8/edac-ctl.8
c2a259
index c656951..5a07e2b 100644
c2a259
--- a/edac-utils/man8/edac-ctl.8
c2a259
+++ b/edac-utils/man8/edac-ctl.8
c2a259
@@ -43,6 +43,9 @@ drivers.
c2a259
 .BI "--help"
c2a259
 Display a brief usage message.
c2a259
 .TP
c2a259
+.BI "--quiet"
c2a259
+Quiet operation.
c2a259
+.TP
c2a259
 .BI "--mainboard"
c2a259
 Print mainboard vendor and model for this hardware, if available.
c2a259
 This option requires that the \fBdmidecode\fR(8) utility be installed,
c2a259
@@ -61,7 +64,10 @@ exist in the labels database for this option to do anything.
c2a259
 .TP
c2a259
 .BI "--print-labels"
c2a259
 Display the configured labels for the current hardware, as
c2a259
-well as the current labels registered with EDAC. 
c2a259
+well as the current labels registered with EDAC.
c2a259
+.TP
c2a259
+.BI "--delay=N"
c2a259
+Delay N seconds before writing DIMM labels.
c2a259
 .TP
c2a259
 .BI "--labeldb="DB
c2a259
 Specify an alternate location for the labels database.
c2a259
-- 
c2a259
1.9.3
c2a259