From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from g4t3428.houston.hpe.com (g4t3428.houston.hpe.com [15.241.140.76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id B067C1A1E0B for ; Fri, 23 Sep 2016 09:10:31 -0700 (PDT) Received: from SHAHTA6.americas.hpqcorp.net (unknown [16.214.220.154]) by g4t3428.houston.hpe.com (Postfix) with ESMTP id E5A417B; Fri, 23 Sep 2016 16:10:30 +0000 (UTC) From: Tapan Shah To: edk2-devel@lists.01.org Cc: jaben.carsey@intel.com, Tapan Shah Date: Fri, 23 Sep 2016 11:10:28 -0500 Message-Id: <1474647028-9696-1-git-send-email-tapandshah@hpe.com> X-Mailer: git-send-email 1.9.5.msysgit.0 Subject: [PATCH] ShellPkg: Update help output for disconnect command X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2016 16:10:31 -0000 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 --- .../UefiShellDriver1CommandsLib.uni | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.uni b/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.uni index c6b8fcd..ac520e2 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" -- 1.9.5.msysgit.0