diff options
author | Leah Rowe <leah@libreboot.org> | 2025-01-03 02:15:18 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-01-03 02:15:18 +0000 |
commit | 20b192e13bd3812f3df337c059a0fdb551f2d72c (patch) | |
tree | ff388a359490f681aa6ad116e68da776a4528df9 /util/nvmutil/nvmutil.c | |
parent | d1ca21628cb2c3eb32e65159065209b678ba2e59 (diff) |
util/nvmutil: Describe nvmutil in help output
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/nvmutil/nvmutil.c')
-rw-r--r-- | util/nvmutil/nvmutil.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c index 460bd2b2..68bb95da 100644 --- a/util/nvmutil/nvmutil.c +++ b/util/nvmutil/nvmutil.c @@ -64,6 +64,7 @@ int main(int argc, char *argv[]) { if (argc < 3) { + fprintf(stderr, "Modify Intel GbE NVM images e.g. set MAC\n"); fprintf(stderr, "USAGE:\n"); fprintf(stderr, " %s FILE dump\n", argv[0]); fprintf(stderr, " %s FILE setmac [MAC]\n", argv[0]); |