Browse Source

Adjust usage statement

master
probonopd 8 years ago
parent
commit
0914660bc2
  1. 2
      linuxdeployqt/main.cpp

2
linuxdeployqt/main.cpp

@ -44,7 +44,7 @@ int main(int argc, char **argv)
QString firstArgument = QString::fromLocal8Bit(argv[1]); QString firstArgument = QString::fromLocal8Bit(argv[1]);
if (argc < 2 || firstArgument.startsWith("-")) { if (argc < 2 || firstArgument.startsWith("-")) {
qDebug() << "Usage: linuxdeployqt app-binary [options]"; qDebug() << "Usage: linuxdeployqt <app-binary|desktop file> [options]";
qDebug() << ""; qDebug() << "";
qDebug() << "Options:"; qDebug() << "Options:";
qDebug() << " -verbose=<0-3> : 0 = no output, 1 = error/warning (default), 2 = normal, 3 = debug"; qDebug() << " -verbose=<0-3> : 0 = no output, 1 = error/warning (default), 2 = normal, 3 = debug";

Loading…
Cancel
Save