mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-06 21:34:23 +02:00
EmbeddedPkg/Ebl: Returned an error message when a command is not supported
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
This commit is contained in:
parent
f8181c90f4
commit
5817449f2d
@ -557,6 +557,8 @@ ProcessCmdLine (
|
|||||||
// if any command fails stop processing CmdLine
|
// if any command fails stop processing CmdLine
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
AsciiPrint ("The command '%a' is not supported.\n", Argv[0]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user