summaryrefslogtreecommitdiff
path: root/util/cbfstool/ifittool.c
diff options
context:
space:
mode:
authorMaximilian Brune <maximilian.brune@9elements.com>2023-03-06 02:40:58 +0100
committerLean Sheng Tan <sheng.tan@9elements.com>2023-03-28 13:28:15 +0000
commit60c6a5a6fe9ead018f4ed4ba20c0cbcebd5824e1 (patch)
tree1a677d7b1a49afb2e27fa8acc9cddd656f9d663e /util/cbfstool/ifittool.c
parent89b4f69746ac215e4a7c5f204d1ea807b4ea08b5 (diff)
downloadcoreboot-60c6a5a6fe9ead018f4ed4ba20c0cbcebd5824e1.tar.gz
util/cbfstool: Add usage information about verbose output
Signed-off-by: Maximilian Brune <maximilian.brune@9elements.com> Change-Id: Ica512d21d1cef8ccffbc093016c7a3bfcf901b14 Reviewed-on: https://review.coreboot.org/c/coreboot/+/73488 Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util/cbfstool/ifittool.c')
-rw-r--r--util/cbfstool/ifittool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cbfstool/ifittool.c b/util/cbfstool/ifittool.c
index 9ea3149fcc..d0d9431804 100644
--- a/util/cbfstool/ifittool.c
+++ b/util/cbfstool/ifittool.c
@@ -50,7 +50,7 @@ static void usage(const char *name)
"\tOPTIONAL ARGUMENTS:\n"
"\t\t-h|--help : Display this text\n"
"\t\t-H|--header-offset : Do not search for header, use this offset\n"
- "\t\t-v|--verbose : Be verbose\n"
+ "\t\t-v|--verbose : Be verbose (-v=INFO -vv=DEBUG output)\n"
"\t\t-D|--dump : Dump FIT table (at end of operation)\n"
"\t\t-c|--clear-table : Remove all existing entries (do not update)\n"
"\t\t-j|--topswap-size : Use second FIT table if non zero\n"