summaryrefslogtreecommitdiff
path: root/util/superiotool/superiotool.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2007-09-19 16:26:18 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2007-09-19 16:26:18 +0000
commite47495659080e136a405483a6cb4413dbcb09925 (patch)
tree2fd860367d22f28c2b8e10a201055d45911ca207 /util/superiotool/superiotool.c
parent7e7e9ac6078efb61ce7b531b084a410cb73e1b92 (diff)
downloadcoreboot-e47495659080e136a405483a6cb4413dbcb09925.tar.xz
Implement usage for --help and put the same information into the README, too.
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@2790 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/superiotool/superiotool.c')
-rw-r--r--util/superiotool/superiotool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/superiotool/superiotool.c b/util/superiotool/superiotool.c
index 2ff56fb5c0..479c47f7cc 100644
--- a/util/superiotool/superiotool.c
+++ b/util/superiotool/superiotool.c
@@ -164,7 +164,7 @@ int main(int argc, char *argv[])
exit(0);
break;
case 'h':
- printf("Usage: superiotool [-d] [-V] [-v] [-h]\n");
+ printf(USAGE);
exit(0);
break;
default: