summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Application
diff options
context:
space:
mode:
authorStar Zeng <star.zeng@intel.com>2018-07-11 11:48:37 +0800
committerStar Zeng <star.zeng@intel.com>2018-07-13 10:32:19 +0800
commit0c6f94dae5e3ca57fe6093ce2fa4d78fdd061857 (patch)
treeac19a30f12c36988acc41c2a6b529a8fde64109b /MdeModulePkg/Application
parent045bb323647c8a2e2f3b319ec5aedff34a730ab0 (diff)
downloadedk2-0c6f94dae5e3ca57fe6093ce2fa4d78fdd061857.tar.gz
edk2-0c6f94dae5e3ca57fe6093ce2fa4d78fdd061857.tar.bz2
edk2-0c6f94dae5e3ca57fe6093ce2fa4d78fdd061857.zip
MdeModulePkg CapsuleApp: Fix typo EFI_CAPSULE_RPORT_GUID
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Application/CapsuleApp/CapsuleApp.c b/MdeModulePkg/Application/CapsuleApp/CapsuleApp.c
index e943038a0d..e9be39fd71 100644
--- a/MdeModulePkg/Application/CapsuleApp/CapsuleApp.c
+++ b/MdeModulePkg/Application/CapsuleApp/CapsuleApp.c
@@ -738,7 +738,7 @@ PrintUsage (
Print(L" with CAPSULE_FLAGS_PERSIST_ACROSS_RESET and without CAPSULE_FLAGS_INITIATE_RESET.\n");
Print(L" -S: Dump capsule report variable (EFI_CAPSULE_REPORT_GUID),\n");
Print(L" which is defined in UEFI specification.\n");
- Print(L" -C: Clear capsule report variable (EFI_CAPSULE_RPORT_GUID),\n");
+ Print(L" -C: Clear capsule report variable (EFI_CAPSULE_REPORT_GUID),\n");
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");