Skip to content

Commit 33b5aaf

Browse files
Roy Franzjdelvare
Roy Franz
authored andcommitted
Add "--no-sysfs" option description to -h output
A description of --no-sysfs was not added to the output of "-h" when the feature was added, so add it now.
1 parent decaeab commit 33b5aaf

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2015-10-01 Roy Franz <[email protected]>
2+
3+
* dmiopt.c: Add "--no-sysfs" option description to -h output.
4+
15
2015-09-03 Jean Delvare <[email protected]>
26

37
* version.h: Set version to 3.0.

dmiopt.c

+1
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ void print_help(void)
314314
" -u, --dump Do not decode the entries\n"
315315
" --dump-bin FILE Dump the DMI data to a binary file\n"
316316
" --from-dump FILE Read the DMI data from a binary file\n"
317+
" --no-sysfs Do not attempt to read DMI data from sysfs files\n"
317318
" -V, --version Display the version and exit\n";
318319

319320
printf("%s", help);

0 commit comments

Comments
 (0)