mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-24 08:58:23 +08:00
UF 0.10.4
- rebuilt with new engine version - bumped version number
This commit is contained in:
parent
1444ff1aaf
commit
2b21053fca
@ -148,7 +148,7 @@ int main(int argc, char *argv[])
|
|||||||
return ERR_SUCCESS;
|
return ERR_SUCCESS;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
std::cout << "UEFIFind 0.10.3" << std::endl << std::endl <<
|
std::cout << "UEFIFind 0.10.4" << std::endl << std::endl <<
|
||||||
"Usage: uefifind {header | body | all} {list | count} pattern imagefile" << std::endl <<
|
"Usage: uefifind {header | body | all} {list | count} pattern imagefile" << std::endl <<
|
||||||
" or uefifind file patternsfile imagefile" << std::endl;
|
" or uefifind file patternsfile imagefile" << std::endl;
|
||||||
return ERR_INVALID_PARAMETER;
|
return ERR_INVALID_PARAMETER;
|
||||||
|
Loading…
Reference in New Issue
Block a user