]> git.proxmox.com Git - mirror_edk2.git/commit
ShellPkg: acpiview: Remove '/?' from valid command line flags
authorKrzysztof Koch <krzysztof.koch@arm.com>
Fri, 28 Jun 2019 08:56:56 +0000 (16:56 +0800)
committerRay Ni <ray.ni@intel.com>
Tue, 2 Jul 2019 09:21:59 +0000 (17:21 +0800)
commit6d9603713c41708fa0a77270a50a0bec525c4607
treef3c3c93d9052e683662885a08917ff93cca4b78c
parent5a27f7a237ae5add1ccb653228ee6f5ef2975c9e
ShellPkg: acpiview: Remove '/?' from valid command line flags

Acpiview currently allows displaying help info by specifying both
-? and /? flags. This patch removes /? from valid command line
flags that can be passed to the acpiview tool, as this
flag is not used for such purpose in other UEFI shell commands.

Signed-off-by: Krzysztof Koch <krzysztof.koch@arm.com>
Reviewed-by: Alexei Fedorov <Alexei.Fedorov@arm.com>
Reviewed-by: Zhichao Gao <zhichao.gao@intel.com>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiView.c