mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-23 03:27:10 -04:00
UEFIExtract 0.2
- folder names made more human-readable - no more double names in info.txt
This commit is contained in:
parent
e1c641ca08
commit
9bdd91bf19
2 changed files with 5 additions and 5 deletions
|
@ -41,7 +41,7 @@ int main(int argc, char *argv[])
|
|||
}
|
||||
else {
|
||||
result = ERR_INVALID_PARAMETER;
|
||||
std::cout << "UEFIExtract 0.1.0" << std::endl << std::endl <<
|
||||
std::cout << "UEFIExtract 0.2" << std::endl << std::endl <<
|
||||
"Usage: uefiextract imagefile\n" << std::endl;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue