]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ShellPkg: Help and Error Messages Update
authorTapan Shah <tapandshah@hp.com>
Mon, 9 Mar 2015 22:18:59 +0000 (22:18 +0000)
committerjcarsey <jcarsey@Edk2>
Mon, 9 Mar 2015 22:18:59 +0000 (22:18 +0000)
Updates to various profile commands help and error message output with better wordings.
Fix few inconsistency issues found in error messages across various profile commands.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Tapan Shah <tapandshah@hp.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17032 6f19259b-4bc3-4df7-8a09-765794883524

ShellPkg/Library/UefiDpLib/UefiDpLib.uni
ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c
ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.uni
ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.uni
ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.uni
ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.uni

index 6ff9c791ffd08ffe2046e4068e733f8392a21ad1..1e5c26ac944e3f626c97c79ac9bb1c4196c70ed3 100644 (file)
Binary files a/ShellPkg/Library/UefiDpLib/UefiDpLib.uni and b/ShellPkg/Library/UefiDpLib/UefiDpLib.uni differ
index 6a741f8bcb702af94a2b86411acc116840765937..eeee055cdb1b19e2f7655cc39693ecc5906d22ae 100644 (file)
@@ -353,7 +353,7 @@ BcfgAdd(
   if (UseHandle) {\r
     CurHandle = ConvertHandleIndexToHandle(HandleNumber);\r
     if (CurHandle == NULL) {\r
-      ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_PROBLEM), gShellBcfgHiiHandle, L"Handle Number");\r
+      ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_PARAM_INV), gShellBcfgHiiHandle, L"bcfg", L"Handle Number");\r
       ShellStatus = SHELL_INVALID_PARAMETER;\r
     } else {\r
       if (Target == BcfgTargetBootOrder) {\r
index 4eb34887ceb50b7cc667328e60525a874479a77e..d34f314f50c4b1074a87662b679fb1750682859a 100644 (file)
Binary files a/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.uni and b/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.uni differ
index 117713a14800caa2ebcea8c21d638255b1bf0190..30f250400a11fb0d0e2f8d629a2bdf1744ca25cc 100644 (file)
Binary files a/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.uni and b/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.uni differ
index 067679e627b71fab23a7049d604cbf210046e044..048845588f0c29cc609d0b9a014a48014c598858 100644 (file)
Binary files a/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.uni and b/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.uni differ
index ac7f850f659e254229631bdc0cecccd161f270a8..aa27c678339c5e94c9c936d9a7ea74b6b043c200 100644 (file)
Binary files a/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.uni and b/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.uni differ