diff options
author | Ruiyu Ni <ruiyu.ni@intel.com> | 2017-09-29 01:14:53 +0800 |
---|---|---|
committer | Ruiyu Ni <ruiyu.ni@intel.com> | 2017-09-29 15:19:10 +0800 |
commit | 52f2b02c709c9cc5fe048284d266ad45853bb97f (patch) | |
tree | 3f11beab392b147e86f95694f7f5ed2503095ab4 | |
parent | 4c34a8ea191155f438901e635bd87810072b19a4 (diff) | |
download | edk2-52f2b02c709c9cc5fe048284d266ad45853bb97f.tar.gz edk2-52f2b02c709c9cc5fe048284d266ad45853bb97f.tar.bz2 edk2-52f2b02c709c9cc5fe048284d266ad45853bb97f.zip |
ShellPkg/dh: Correct typo in help
Help message of "dh" gives an example to display all handles
with "Image" protocol but actually "LoadedImage" protocol should
be used.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
-rw-r--r-- | ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.uni | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.uni b/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.uni index e4bff68838..3804fa7d28 100644 --- a/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.uni +++ b/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.uni @@ -401,9 +401,9 @@ " * To display all handles with 'diskio' protocol:\r\n"
" Shell> dh -p diskio\r\n"
" \r\n"
-" * To display all handles with 'Image' protocol and break when the screen is\r\n"
+" * To display all handles with 'LoadedImage' protocol and break when the screen is\r\n"
" full:\r\n"
-" Shell> dh -p Image -b\r\n"
+" Shell> dh -p LoadedImage -b\r\n"
".SH RETURNVALUES\r\n"
" \r\n"
"RETURN VALUES:\r\n"
|