summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiming Gao <liming.gao@intel.com>2020-02-14 15:49:18 +0800
committerLiming Gao <liming.gao@intel.com>2020-02-19 12:35:27 +0800
commitb23dc12c0e2ac9aa626937e25b068dce8e31e9f3 (patch)
treecd2d186ce7e9bd15f160a9efb858424b4330c2a4
parent2fb4670d9f686edd79d7c5949b7032510baf0c6a (diff)
FitGen: Add FIT spec revision in FitGen tool help message
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2483 Signed-off-by: Liming Gao <liming.gao@intel.com> Cc: Bob Feng <bob.c.feng@intel.com>
-rw-r--r--Silicon/Intel/Tools/FitGen/FitGen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Silicon/Intel/Tools/FitGen/FitGen.c b/Silicon/Intel/Tools/FitGen/FitGen.c
index 8122c10e..2ed63609 100644
--- a/Silicon/Intel/Tools/FitGen/FitGen.c
+++ b/Silicon/Intel/Tools/FitGen/FitGen.c
@@ -294,7 +294,7 @@ Returns:
--*/
{
printf (
- "%s - Tiano IA32/X64 FIT table generation Utility."" Version %i.%i\n\n",
+ "%s - Tiano IA32/X64 FIT table generation Utility for FIT spec revision 1.1."" Version %i.%i\n\n",
UTILITY_NAME,
UTILITY_MAJOR_VERSION,
UTILITY_MINOR_VERSION