From 045bb323647c8a2e2f3b319ec5aedff34a730ab0 Mon Sep 17 00:00:00 2001 From: Star Zeng Date: Wed, 11 Jul 2018 11:47:24 +0800 Subject: [PATCH] MdeModulePkg CapsuleApp: Refine -D option help information Cc: Michael D Kinney Cc: Jiewen Yao Cc: Yonghong Zhu Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng Reviewed-by: Jiewen Yao --- MdeModulePkg/Application/CapsuleApp/CapsuleApp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MdeModulePkg/Application/CapsuleApp/CapsuleApp.c b/MdeModulePkg/Application/CapsuleApp/CapsuleApp.c index 90f1a02d9a..e943038a0d 100644 --- a/MdeModulePkg/Application/CapsuleApp/CapsuleApp.c +++ b/MdeModulePkg/Application/CapsuleApp/CapsuleApp.c @@ -742,13 +742,13 @@ PrintUsage ( Print(L" which is defined in UEFI specification.\n"); Print(L" -P: Dump UEFI FMP protocol info.\n"); Print(L" -E: Dump UEFI ESRT table info.\n"); - Print(L" -G: Convert a BMP file to be a UX capsule,\n"); + Print(L" -G: Convert a BMP file to be an UX capsule,\n"); Print(L" according to Windows Firmware Update document\n"); Print(L" -N: Append a Capsule Header to an existing capsule image,\n"); Print(L" according to Windows Firmware Update document\n"); Print(L" -O: Output new Capsule file name\n"); - Print(L" -D: Dump Capsule image header information and FMP header information,\n"); - Print(L" if it is an FMP capsule.\n"); + Print(L" -D: Dump Capsule image header information, image payload information if it is an UX capsule\n"); + Print(L" and FMP header information if it is a FMP capsule.\n"); } /** -- 2.39.2