mirror of https://github.com/acidanthera/audk.git
ShellPkg: Fix typo
Fix typo of 'specified' in UefiShellDriver1CommandsLib. Signed-off-by: Rebecca Cran <rebecca@nuviainc.com> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Zhichao Gao <zhichao.gao@intel.com>
This commit is contained in:
parent
558d83ab1a
commit
beb443fde0
|
@ -324,7 +324,7 @@
|
|||
" disconnect all child handles of the 'DeviceHandle'.\r\n"
|
||||
" 3. If the '-r' option is specified, all consoles and drivers will be\r\n"
|
||||
" disconnected from all devices in the system, then consoles are\r\n"
|
||||
" reconnected. If the '-nc' option is also spcified, then console devices\r\n"
|
||||
" reconnected. If the '-nc' option is also specified, then console devices\r\n"
|
||||
" are not reconnected.\r\n"
|
||||
" 4. This command does not support output redirection.\r\n"
|
||||
".SH EXAMPLES\r\n"
|
||||
|
|
Loading…
Reference in New Issue