summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Application
diff options
context:
space:
mode:
authorStar Zeng <star.zeng@intel.com>2018-07-25 19:26:40 +0800
committerStar Zeng <star.zeng@intel.com>2018-07-27 16:04:14 +0800
commite70d9b8c3cfa586d94d5cd1efe56305004a57ba0 (patch)
treef491a0f7e1da152e6a85bc6335e705a2fe7eee64 /MdeModulePkg/Application
parent23d083341764b5645b86e14d0451a2e012ded357 (diff)
downloadedk2-e70d9b8c3cfa586d94d5cd1efe56305004a57ba0.tar.gz
edk2-e70d9b8c3cfa586d94d5cd1efe56305004a57ba0.tar.bz2
edk2-e70d9b8c3cfa586d94d5cd1efe56305004a57ba0.zip
MdeModulePkg CapsuleApp: Refine -N option help information
-N option is used to append a Capsule Header to an existing FMP capsule image with its ImageTypeId supported by the system. Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Yonghong Zhu <yonghong.zhu@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Diffstat (limited to 'MdeModulePkg/Application')
-rw-r--r--MdeModulePkg/Application/CapsuleApp/CapsuleApp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/MdeModulePkg/Application/CapsuleApp/CapsuleApp.c b/MdeModulePkg/Application/CapsuleApp/CapsuleApp.c
index 95aa207605..3a87439f10 100644
--- a/MdeModulePkg/Application/CapsuleApp/CapsuleApp.c
+++ b/MdeModulePkg/Application/CapsuleApp/CapsuleApp.c
@@ -779,7 +779,8 @@ PrintUsage (
Print(L" -E: Dump UEFI ESRT table info.\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" -N: Append a Capsule Header to an existing FMP capsule image\n");
+ Print(L" with its ImageTypeId supported by the system,\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, image payload information if it is an UX capsule\n");