mirror of
https://github.com/tnodir/fort
synced 2024-11-15 06:46:41 +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)
|
||||
{
|
||||
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.");
|
||||
|
||||
const QCommandLineOption inputOption(QStringList() << "i"
|
||||
|
Loading…
Reference in New Issue
Block a user