]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c
MdeModulePkg/Include: Change file format which the existed folder has mixed file...
[mirror_edk2.git] / ShellPkg / Library / UefiShellBcfgCommandLib / UefiShellBcfgCommandLib.c
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