From b4af14575a7de2ced6aa17e45c5366d037e5549e Mon Sep 17 00:00:00 2001 From: Dinesh Manajipet Date: Fri, 9 Mar 2018 21:30:22 +0530 Subject: [PATCH] Updated help text --- tools/linuxdeployqt/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/linuxdeployqt/main.cpp b/tools/linuxdeployqt/main.cpp index ad6f818..9c65400 100644 --- a/tools/linuxdeployqt/main.cpp +++ b/tools/linuxdeployqt/main.cpp @@ -82,7 +82,7 @@ int main(int argc, char **argv) qInfo() << " -no-copy-copyright-files : Skip deployment of copyright files."; qInfo() << " -extra-plugins= : List of extra plugins which should be deployed,"; qInfo() << " separated by comma."; - qInfo() << " -exclude-libs= : List of extra plugins which should be deployed,"; + qInfo() << " -exclude-libs= : List of libraries which should be excluded,"; qInfo() << " separated by comma."; qInfo() << " -version : Print version statement and exit."; qInfo() << "";