diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2007-10-17 23:43:59 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2007-10-17 23:43:59 +0000 |
commit | 7dabe5ea0d8af4b60c07a075fa03d4c837d2e698 (patch) | |
tree | d1e5279e642f710222db71e35e925be741cf9da9 /util/superiotool/superiotool.8 | |
parent | d937b5243cea29a1144a5e25f768ee06684445f8 (diff) |
Drop support for the --human-readable option. It's not any more useful than
the --dump option, it just means lots of additional work for no gain, IMO.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2872 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/superiotool/superiotool.8')
-rw-r--r-- | util/superiotool/superiotool.8 | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/util/superiotool/superiotool.8 b/util/superiotool/superiotool.8 index 711509ceed..17066bfa01 100644 --- a/util/superiotool/superiotool.8 +++ b/util/superiotool/superiotool.8 @@ -2,7 +2,7 @@ .SH NAME superiotool \- Super I/O detection tool .SH SYNOPSIS -.B superiotool \fR[\fB\-dDVvh\fR] +.B superiotool \fR[\fB\-dVvh\fR] .SH DESCRIPTION .B superiotool is a GPL'd user-space utility which can @@ -72,17 +72,6 @@ which can mean several things. It's recommended to consult the datasheet for detailed information about the .BR MM " fields." .TP -.B "\-D, \-\-dump-readable" -Dump Super I/O registers in human-readable format (if the Super I/O chip -is detected and -.B superiotool -supports the -.B "\-\-dump-readable" -option for this chip). -.sp -The output format of this option is different for every Super I/O, and only -very few Super I/Os currently support this option. -.TP .B "\-V, \-\-verbose" Enable verbose mode. This option can be used together with the .BR "\-d" " or " "\-D" " option (or both)." |