mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-25 12:34:54 -04:00
Unify version scheme
This commit is contained in:
parent
8ea96ffd5d
commit
4bb759780f
9 changed files with 38 additions and 11 deletions
|
@ -14,6 +14,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
#include <QString>
|
||||
#include <QStringList>
|
||||
#include <iostream>
|
||||
|
||||
#include "../version.h"
|
||||
#include "uefireplace.h"
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
|
@ -28,7 +30,7 @@ int main(int argc, char *argv[])
|
|||
QStringList args = a.arguments();
|
||||
|
||||
if (args.length() < 5) {
|
||||
std::cout << "UEFIReplace 0.1.3 - UEFI image file replacement utility" << std::endl << std::endl <<
|
||||
std::cout << "UEFIReplace " PROGRAM_VERSION " - UEFI image file replacement utility" << std::endl << std::endl <<
|
||||
"Usage: UEFIReplace image_file guid section_type contents_file [-o output] [-all] [-asis]" << std::endl;
|
||||
return ERR_SUCCESS;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue