Implement usage for --help and put the same information into the README, too.
[coreboot.git] / util / superiotool / superiotool.c
index 2ff56fb5c08420347127767ffde4103103ff03f0..479c47f7cc8b7362f36eb1f65c09b6b55cb8ed65 100644 (file)
@@ -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: