]> git.ipfire.org Git - people/arne_f/ipfire-2.x.git/blob - src/patches/dmidecode/0001-Add-no-sysfs-option-description-to-h-output.patch
core118: Ship updated glib2
[people/arne_f/ipfire-2.x.git] / src / patches / dmidecode / 0001-Add-no-sysfs-option-description-to-h-output.patch
1 diff --git a/dmiopt.c b/dmiopt.c
2 index 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 --
14 2.1.4
15