From e47495659080e136a405483a6cb4413dbcb09925 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 19 Sep 2007 16:26:18 +0000 Subject: Implement usage for --help and put the same information into the README, too. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2790 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/superiotool/superiotool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/superiotool/superiotool.c') 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: -- cgit v1.2.3