mirror of
https://github.com/tnodir/fort
synced 2024-11-15 08:35:08 +00:00
DriverPayload: Fix typo
This commit is contained in:
parent
a5b6e0ce8f
commit
6efc839a5f
@ -284,7 +284,7 @@ bool createPayloadSignature(
|
|||||||
void DriverPayload::processArguments(const QStringList &args)
|
void DriverPayload::processArguments(const QStringList &args)
|
||||||
{
|
{
|
||||||
QCommandLineParser parser;
|
QCommandLineParser parser;
|
||||||
parser.setApplicationDescription("Append payload to the signed executable file."
|
parser.setApplicationDescription("Append payload to the signed executable file. "
|
||||||
"The result is stored in the output file.");
|
"The result is stored in the output file.");
|
||||||
|
|
||||||
const QCommandLineOption inputOption(QStringList() << "i"
|
const QCommandLineOption inputOption(QStringList() << "i"
|
||||||
|
Loading…
Reference in New Issue
Block a user