dmidecode-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[dmidecode] [PATCH] Add "--no-sysfs" option description to -h output


From: Roy Franz
Subject: [dmidecode] [PATCH] Add "--no-sysfs" option description to -h output
Date: Wed, 30 Sep 2015 14:12:59 -0700

A description of --no-sysfs was not added to the output of "-h" when
the feature was added, so add it now.
---
 dmiopt.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dmiopt.c b/dmiopt.c
index 0d142d2..de607f4 100644
--- a/dmiopt.c
+++ b/dmiopt.c
@@ -314,6 +314,7 @@ void print_help(void)
                " -u, --dump             Do not decode the entries\n"
                "     --dump-bin FILE    Dump the DMI data to a binary file\n"
                "     --from-dump FILE   Read the DMI data from a binary file\n"
+               "     --no-sysfs         Do not attempt to read DMI data from 
sysfs files\n"
                " -V, --version          Display the version and exit\n";
 
        printf("%s", help);
-- 
2.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]