Updated help text

This commit is contained in:
Dinesh Manajipet
2018-03-09 21:30:22 +05:30
parent 7ffc790e2e
commit b4af14575a
+1 -1
View File
@@ -82,7 +82,7 @@ int main(int argc, char **argv)
qInfo() << " -no-copy-copyright-files : Skip deployment of copyright files."; qInfo() << " -no-copy-copyright-files : Skip deployment of copyright files.";
qInfo() << " -extra-plugins=<list> : List of extra plugins which should be deployed,"; qInfo() << " -extra-plugins=<list> : List of extra plugins which should be deployed,";
qInfo() << " separated by comma."; qInfo() << " separated by comma.";
qInfo() << " -exclude-libs=<list> : List of extra plugins which should be deployed,"; qInfo() << " -exclude-libs=<list> : List of libraries which should be excluded,";
qInfo() << " separated by comma."; qInfo() << " separated by comma.";
qInfo() << " -version : Print version statement and exit."; qInfo() << " -version : Print version statement and exit.";
qInfo() << ""; qInfo() << "";