mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-24 12:07:12 -04:00
Version bump
This commit is contained in:
parent
dd28665644
commit
5e81b20c85
3 changed files with 3 additions and 3 deletions
|
@ -28,7 +28,7 @@ int main(int argc, char *argv[])
|
|||
QStringList args = a.arguments();
|
||||
|
||||
if (args.length() < 5) {
|
||||
std::cout << "UEFIReplace 0.1.1 - UEFI image file replacement utility" << std::endl << std::endl <<
|
||||
std::cout << "UEFIReplace 0.1.2 - UEFI image file replacement utility" << std::endl << std::endl <<
|
||||
"Usage: UEFIReplace image_file guid section_type contents_file" << std::endl;
|
||||
return ERR_SUCCESS;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue