mirror of https://github.com/acidanthera/audk.git
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>
This commit is contained in:
parent
1c6dd45b9b
commit
045bb32364
|
@ -742,13 +742,13 @@ PrintUsage (
|
||||||
Print(L" which is defined in UEFI specification.\n");
|
Print(L" which is defined in UEFI specification.\n");
|
||||||
Print(L" -P: Dump UEFI FMP protocol info.\n");
|
Print(L" -P: Dump UEFI FMP protocol info.\n");
|
||||||
Print(L" -E: Dump UEFI ESRT table 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" 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 capsule image,\n");
|
||||||
Print(L" according to Windows Firmware Update document\n");
|
Print(L" according to Windows Firmware Update document\n");
|
||||||
Print(L" -O: Output new Capsule file name\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" -D: Dump Capsule image header information, image payload information if it is an UX capsule\n");
|
||||||
Print(L" if it is an FMP capsule.\n");
|
Print(L" and FMP header information if it is a FMP capsule.\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue