From a40f10bcae68caf6fd00379c06f92f34ba5c8d07 Mon Sep 17 00:00:00 2001 From: Jerry Hoemann Date: Tue, 3 Jul 2018 09:55:57 +0200 Subject: dmidecode: Add option to filter output based upon handle Add option "--handle HANDLE" to dmiopt to allow user to filter output to only those entry that matches HANDLE. Signed-off-by: Jerry Hoemann Signed-off-by: Jean Delvare --- man/dmidecode.8 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'man') diff --git a/man/dmidecode.8 b/man/dmidecode.8 index e3b6b2a..df861e1 100644 --- a/man/dmidecode.8 +++ b/man/dmidecode.8 @@ -115,6 +115,10 @@ is printed and .B dmidecode exits with an error. .TP +.BR "-H" ", " "--handle HANDLE" +Only display the entry whose handle matches \fBHANDLE\fR. \fBHANDLE\fR +is a 16-bit integer. +.TP .BR "-u" ", " "--dump" Do not decode the entries, dump their contents as hexadecimal instead. Note that this is still a text output, no binary data will be thrown upon -- cgit v1.2.1