]> git.proxmox.com Git - mirror_edk2.git/commitdiff
EmbeddedPkg/Ebl: Returned an error message when a command is not supported
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 2 May 2012 20:19:52 +0000 (20:19 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 2 May 2012 20:19:52 +0000 (20:19 +0000)
Signed-off-by: Olivier Martin <olivier.martin@arm.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13266 6f19259b-4bc3-4df7-8a09-765794883524

EmbeddedPkg/Ebl/Main.c

index e4879bcf977aa541c244eb58b1a31d14647623e5..f1665627aaf4d1fc6e0a6d657fb02b4234d7ad64 100644 (file)
@@ -557,6 +557,8 @@ ProcessCmdLine (
           // if any command fails stop processing CmdLine\r
           break;\r
         }\r
+      } else {\r
+        AsciiPrint ("The command '%a' is not supported.\n", Argv[0]);\r
       } \r
     } \r
   }\r