From 5817449f2de9a2d9792cb3db1e67ffa7ee5894d7 Mon Sep 17 00:00:00 2001 From: oliviermartin Date: Wed, 2 May 2012 20:19:52 +0000 Subject: EmbeddedPkg/Ebl: Returned an error message when a command is not supported Signed-off-by: Olivier Martin git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13266 6f19259b-4bc3-4df7-8a09-765794883524 --- EmbeddedPkg/Ebl/Main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'EmbeddedPkg/Ebl') diff --git a/EmbeddedPkg/Ebl/Main.c b/EmbeddedPkg/Ebl/Main.c index e4879bc..f166562 100644 --- a/EmbeddedPkg/Ebl/Main.c +++ b/EmbeddedPkg/Ebl/Main.c @@ -557,6 +557,8 @@ ProcessCmdLine ( // if any command fails stop processing CmdLine break; } + } else { + AsciiPrint ("The command '%a' is not supported.\n", Argv[0]); } } } -- cgit v1.1