@@ -62,8 +62,7 @@ Read memory from device \fBFILE\fR (default: \fB/dev/mem\fR)
62
62
.TP
63
63
.BR " -q" " , " " --quiet"
64
64
Be 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.
67
66
.TP
68
67
.BR " -s" " , " " --string KEYWORD"
69
68
Only 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
89
88
keywords is printed and
90
89
.B dmidecode
91
90
exits 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.
94
92
.TP
95
93
.BR " -t" " , " " --type TYPE"
96
94
Only 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
105
103
is printed and
106
104
.B dmidecode
107
105
exits with an error.
108
- Mutually exclusive with \fB --string \fR .
109
106
.TP
110
107
.BR " -u" " , " " --dump"
111
108
Do not decode the entries, dump their contents as hexadecimal instead.
112
109
Note that this is still a text output, no binary data will be thrown upon
113
110
you. The strings attached to each entry are displayed as both
114
111
hexadecimal and \s- 1 ASCII\s 0 . This option is mainly useful for debugging.
115
- Mutually exclusive with \fB --quiet \fR and \fB --string \fR .
116
112
.TP
117
113
.BR " " " " " --dump-bin FILE"
118
114
Do not decode the entries, instead dump the DMI data to a file in binary
119
115
form. 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.
121
117
.TP
122
118
.BR " " " " " --from-dump FILE"
123
119
Read 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 .
125
121
.TP
126
122
.BR " -h" " , " " --help"
127
123
Display usage information and exit
128
124
.TP
129
125
.BR " -V" " , " " --version"
130
126
Display the version and exit
127
+ .P
128
+ Options --string, --type, --dump and --dump-bin
129
+ determine the output format and are mutually exclusive.
131
130
132
131
.SH "DMI TYPES"
133
132
The \s- 1 SMBIOS\s 0 specification defines the following \s- 1 DMI\s 0 types:
0 commit comments