]> git.ipfire.org Git - people/jschlag/ipfire-2.x.git/blame - src/patches/dmidecode/0001-Add-no-sysfs-option-description-to-h-output.patch
New package dmidecode
[people/jschlag/ipfire-2.x.git] / src / patches / dmidecode / 0001-Add-no-sysfs-option-description-to-h-output.patch
CommitLineData
4ffb9f95
JS
1diff --git a/dmiopt.c b/dmiopt.c
2index 0d142d2..de607f4 100644
3--- a/dmiopt.c
4+++ b/dmiopt.c
5@@ -314,6 +314,7 @@ void print_help(void)
6 " -u, --dump Do not decode the entries\n"
7 " --dump-bin FILE Dump the DMI data to a binary file\n"
8 " --from-dump FILE Read the DMI data from a binary file\n"
9+ " --no-sysfs Do not attempt to read DMI data from sysfs files\n"
10 " -V, --version Display the version and exit\n";
11
12 printf("%s", help);
13--
142.1.4
15