]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ShellPkg: Update help output for disconnect command
authorTapan Shah <tapandshah@hpe.com>
Fri, 23 Sep 2016 16:10:28 +0000 (09:10 -0700)
committerJaben Carsey <jaben.carsey@intel.com>
Fri, 23 Sep 2016 17:39:42 +0000 (10:39 -0700)
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>
ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.uni

index c6b8fcd22cd89113696b60cd55eee059ca8ee8bd..ac520e2d9251aecd531168173c1d000ea2fa145d 100644 (file)
 "  -r           - Disconnects all drivers from all devices, then reconnect\r\n"\r
 "                 consoles.\r\n"\r
 "  -nc          - Do not reconnect the console devices.\r\n"\r
-"  DeviceHandle - Specifies a device handle (a hexadecimal number). If not specified, then\r\n"\r
-"                 disconnect DriverHandle.\r\n"\r
+"  DeviceHandle - Specifies a device handle (a hexadecimal number). If not\r\n"\r
+"                 specified, then disconnect DriverHandle.\r\n"\r
 "  DriverHandle - Specifies a driver handle (a hexadecimal number).\r\n"\r
-"  ChildHandle  - Specifies a child handle of a device (a hexadecimal number). If not\r\n"\r
-"                 specified, then all child handles of DeviceHandle are \r\n"\r
+"  ChildHandle  - Specifies a child handle of a device (a hexadecimal number).\r\n"\r
+"                 If not specified, then all child handles of DeviceHandle are\r\n"\r
 "                 disconnected.\r\n"\r
 ".SH DESCRIPTION\r\n"\r
 " \r\n"\r
 "  2. If the 'ChildHandle' parameter is not specified, the default is to\r\n"\r
 "     disconnect all child handles of the 'DeviceHandle'.\r\n"\r
 "  3. If the '-r' option is specified, all consoles and drivers will be\r\n"\r
-"     disconnected from all devices in the system. In this case, no other\r\n"\r
-"     parameters are allowed.\r\n"\r
+"     disconnected from all devices in the system, then consoles are\r\n"\r
+"     reconnected. If the '-nc' option is also spcified, then console devices\r\n"\r
+"     are not reconnected.\r\n"\r
 "  4. This command does not support output redirection.\r\n"\r
 ".SH EXAMPLES\r\n"\r
 " \r\n"\r