DriverPayload: Fix typo

This commit is contained in:
Nodir Temirkhodjaev 2021-12-05 13:06:39 +03:00
parent a5b6e0ce8f
commit 6efc839a5f

View File

@ -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"