]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ShellPkg/dh: Correct typo in help
authorRuiyu Ni <ruiyu.ni@intel.com>
Thu, 28 Sep 2017 17:14:53 +0000 (01:14 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Fri, 29 Sep 2017 07:19:10 +0000 (15:19 +0800)
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>
ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.uni

index e4bff6883850e60d932cdb20499bd1231c81e65e..3804fa7d28e504eea9d46d2518f8bee3961fe4f7 100644 (file)
 "  * To display all handles with 'diskio' protocol:\r\n"\r
 "    Shell> dh -p diskio\r\n"\r
 " \r\n"\r
-"  * To display all handles with 'Image' protocol and break when the screen is\r\n"\r
+"  * To display all handles with 'LoadedImage' protocol and break when the screen is\r\n"\r
 "    full:\r\n"\r
-"    Shell> dh -p Image -b\r\n"\r
+"    Shell> dh -p LoadedImage -b\r\n"\r
 ".SH RETURNVALUES\r\n"\r
 " \r\n"\r
 "RETURN VALUES:\r\n"\r