]> git.proxmox.com Git - mirror_edk2.git/commit
ShellPkg: Fix dynamic command help
authorHarry Liebel <Harry.Liebel@arm.com>
Wed, 3 Sep 2014 09:04:00 +0000 (09:04 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 3 Sep 2014 09:04:00 +0000 (09:04 +0000)
commit710db4e899d878ddfbad5da8f1cab0ab746e6dcb
treed8a543f7232b87e5e6e70927cd2fa0e30ceae4ba
parent4be58c16a0a2609611b22822ab91b1fd9a47cfe4
ShellPkg: Fix dynamic command help

- Use Shell Help print function that understands Shell Man Page format.
- Move Dynamic help print above the catchall case otherwise the help is
  printed multiple times in case of man page format.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Harry Liebel <Harry.Liebel@arm.com>
Reviewed-by: Olivier Martin <olivier.martin@arm.com>
Reviewed-by: Jaben Carsey <Jaben.Carsey@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16053 6f19259b-4bc3-4df7-8a09-765794883524
ShellPkg/Library/UefiShellLevel3CommandsLib/Help.c