@@ -62,8 +62,7 @@ Read memory from device \fBFILE\fR (default: \fB/dev/mem\fR)
6262.TP
6363.BR " -q" " , " " --quiet"
6464Be less verbose. Unknown, inactive and \s- 1 OEM\s 0 -specific entries are not
65- displayed. Meta-data and handle references are hidden. Mutually exclusive
66- with \fB --dump \fR .
65+ displayed. Meta-data and handle references are hidden.
6766.TP
6867.BR " -s" " , " " --string KEYWORD"
6968Only display the value of the \s- 1 DMI\s 0 string identified by \fB KEYWORD \fR .
@@ -89,8 +88,7 @@ If \fBKEYWORD\fR is not provided or not valid, a list of all valid
8988keywords is printed and
9089.B dmidecode
9190exits with an error.
92- This option cannot be used more than once, and implies \fB --quiet \fR .
93- Mutually exclusive with \fB --type \fR and \fB --dump \fR .
91+ This option cannot be used more than once.
9492.TP
9593.BR " -t" " , " " --type TYPE"
9694Only display the entries of type \fB TYPE \fR . \fB TYPE \fR can be either a
@@ -105,29 +103,30 @@ If \fBTYPE\fR is not provided or not valid, a list of all valid keywords
105103is printed and
106104.B dmidecode
107105exits with an error.
108- Mutually exclusive with \fB --string \fR .
109106.TP
110107.BR " -u" " , " " --dump"
111108Do not decode the entries, dump their contents as hexadecimal instead.
112109Note that this is still a text output, no binary data will be thrown upon
113110you. The strings attached to each entry are displayed as both
114111hexadecimal and \s- 1 ASCII\s 0 . This option is mainly useful for debugging.
115- Mutually exclusive with \fB --quiet \fR and \fB --string \fR .
116112.TP
117113.BR " " " " " --dump-bin FILE"
118114Do not decode the entries, instead dump the DMI data to a file in binary
119115form. The generated file is suitable to pass to \fB --from-dump \fR
120- later. Mutually exclusive with \fB --type \fR and \fB --string \fR .
116+ later.
121117.TP
122118.BR " " " " " --from-dump FILE"
123119Read the DMI data from a binary file previously generated using
124- \fB --dump-bin \fR . Mutually exclusive with \fB --dump-bin \fR .
120+ \fB --dump-bin \fR .
125121.TP
126122.BR " -h" " , " " --help"
127123Display usage information and exit
128124.TP
129125.BR " -V" " , " " --version"
130126Display the version and exit
127+ .P
128+ Options --string, --type, --dump and --dump-bin
129+ determine the output format and are mutually exclusive.
131130
132131.SH "DMI TYPES"
133132The \s- 1 SMBIOS\s 0 specification defines the following \s- 1 DMI\s 0 types:
0 commit comments