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