UEFIExtract 0.2

- folder names made more human-readable
- no more double names in info.txt
This commit is contained in:
Nikolaj Schlej 2014-05-03 14:05:05 +02:00
parent e1c641ca08
commit 9bdd91bf19
2 changed files with 5 additions and 5 deletions

View file

@ -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;
}