From 0914660bc2eed0afe30454edfbae3061d43c1f45 Mon Sep 17 00:00:00 2001 From: probonopd Date: Mon, 27 Feb 2017 08:44:57 +0100 Subject: [PATCH] Adjust usage statement --- linuxdeployqt/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linuxdeployqt/main.cpp b/linuxdeployqt/main.cpp index a4adad7..0a509ff 100644 --- a/linuxdeployqt/main.cpp +++ b/linuxdeployqt/main.cpp @@ -44,7 +44,7 @@ int main(int argc, char **argv) QString firstArgument = QString::fromLocal8Bit(argv[1]); if (argc < 2 || firstArgument.startsWith("-")) { - qDebug() << "Usage: linuxdeployqt app-binary [options]"; + qDebug() << "Usage: linuxdeployqt [options]"; qDebug() << ""; qDebug() << "Options:"; qDebug() << " -verbose=<0-3> : 0 = no output, 1 = error/warning (default), 2 = normal, 3 = debug";