summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Application
diff options
context:
space:
mode:
authorStar Zeng <star.zeng@intel.com>2018-07-11 11:47:24 +0800
committerStar Zeng <star.zeng@intel.com>2018-07-13 10:32:18 +0800
commit045bb323647c8a2e2f3b319ec5aedff34a730ab0 (patch)
tree6fc6e3206292e8dd789bd33c645330292f6b13cb /MdeModulePkg/Application
parent1c6dd45b9b3359d5c9d4d2a09ec05f81ad9ccaef (diff)
downloadedk2-045bb323647c8a2e2f3b319ec5aedff34a730ab0.tar.gz
edk2-045bb323647c8a2e2f3b319ec5aedff34a730ab0.tar.bz2
edk2-045bb323647c8a2e2f3b319ec5aedff34a730ab0.zip
MdeModulePkg CapsuleApp: Refine -D option help information
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.c6
1 files 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");
}
/**