diff --git a/src/tools/windeployqt/main.cpp b/src/tools/windeployqt/main.cpp index a5da2e7c6a2..c3a89400d49 100644 --- a/src/tools/windeployqt/main.cpp +++ b/src/tools/windeployqt/main.cpp @@ -473,7 +473,7 @@ static inline int parseArguments(const QStringList &arguments, QCommandLineParse parser->addOption(suppressSoftwareRasterizerOption); QCommandLineOption noFFmpegOption(QStringLiteral("no-ffmpeg"), - QStringLiteral("Do not deploy the ffmpeg libraries.")); + QStringLiteral("Do not deploy the FFmpeg libraries.")); parser->addOption(noFFmpegOption); @@ -1598,7 +1598,7 @@ static DeployResult deploy(const Options &options, const QMap } } // Windows - // Add ffmpeg if we deploy the ffmpeg backend + // Add FFmpeg if we deploy the FFmpeg backend if (options.ffmpeg && !plugins.filter(QStringLiteral("ffmpegmediaplugin"), Qt::CaseInsensitive).empty()) { deployedQtLibraries.append(findFFmpegLibs(qtBinDir, options.platform));