Small coding style fixes and documentation updates (trivial).

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3121 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Uwe Hermann
2008-03-01 18:49:39 +00:00
parent a04027efca
commit eec5ff4ccb
5 changed files with 14 additions and 12 deletions

View File

@@ -30,9 +30,9 @@
#include <getopt.h>
#include <sys/io.h>
#define USAGE "Usage: superiotool [-d] [-l] [-V] [-v] [-h]\n\n\
#define USAGE "Usage: superiotool [-d] [-e] [-l] [-V] [-v] [-h]\n\n\
-d | --dump Dump Super I/O register contents\n\
-e | --extra-dump Dump Secondary registers too (like EC registers etc.)\n\
-e | --extra-dump Dump secondary registers too (e.g. EC registers)\n\
-l | --list-supported Show the list of supported Super I/O chips\n\
-V | --verbose Verbose mode\n\
-v | --version Show the superiotool version\n\