summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiShellDriver1CommandsLib
diff options
context:
space:
mode:
authorTapan Shah <tapandshah@hpe.com>2016-09-23 09:10:28 -0700
committerJaben Carsey <jaben.carsey@intel.com>2016-09-23 10:39:42 -0700
commitea317c0658b013659e064ba0323d1da8294acf4e (patch)
tree7af1dc32566910e1ad993ea428e119ed01982613 /ShellPkg/Library/UefiShellDriver1CommandsLib
parent8b4ca351dded404f992504c45e358572c4d236f9 (diff)
downloadedk2-ea317c0658b013659e064ba0323d1da8294acf4e.tar.gz
edk2-ea317c0658b013659e064ba0323d1da8294acf4e.tar.bz2
edk2-ea317c0658b013659e064ba0323d1da8294acf4e.zip
ShellPkg: Update help output for disconnect command
Minor changes to match help output notes for disconnect command with UEFI Shell 2.2 specification document. Few other formatting changes to fit the help output in 80x25 screen size. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Tapan Shah <tapandshah@hpe.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
Diffstat (limited to 'ShellPkg/Library/UefiShellDriver1CommandsLib')
-rw-r--r--ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.uni13
1 files changed, 7 insertions, 6 deletions
diff --git a/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.uni b/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.uni
index c6b8fcd22c..ac520e2d92 100644
--- a/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.uni
+++ b/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.uni
@@ -308,11 +308,11 @@
" -r - Disconnects all drivers from all devices, then reconnect\r\n"
" consoles.\r\n"
" -nc - Do not reconnect the console devices.\r\n"
-" DeviceHandle - Specifies a device handle (a hexadecimal number). If not specified, then\r\n"
-" disconnect DriverHandle.\r\n"
+" DeviceHandle - Specifies a device handle (a hexadecimal number). If not\r\n"
+" specified, then disconnect DriverHandle.\r\n"
" DriverHandle - Specifies a driver handle (a hexadecimal number).\r\n"
-" ChildHandle - Specifies a child handle of a device (a hexadecimal number). If not\r\n"
-" specified, then all child handles of DeviceHandle are \r\n"
+" ChildHandle - Specifies a child handle of a device (a hexadecimal number).\r\n"
+" If not specified, then all child handles of DeviceHandle are\r\n"
" disconnected.\r\n"
".SH DESCRIPTION\r\n"
" \r\n"
@@ -322,8 +322,9 @@
" 2. If the 'ChildHandle' parameter is not specified, the default is to\r\n"
" 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. In this case, no other\r\n"
-" parameters are allowed.\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"
+" are not reconnected.\r\n"
" 4. This command does not support output redirection.\r\n"
".SH EXAMPLES\r\n"
" \r\n"