diff --git a/src/app/cmdoptions.cpp b/src/app/cmdoptions.cpp index 6275224f1..de17bdc97 100644 --- a/src/app/cmdoptions.cpp +++ b/src/app/cmdoptions.cpp @@ -527,7 +527,7 @@ QString makeUsage(const QString &prgName) const QString indentation {USAGE_INDENTATION, u' '}; const QString text = QObject::tr("Usage:") + u'\n' - + indentation + prgName + u" [options] [( | )...]" + u'\n' + + indentation + prgName + u' ' + QObject::tr("[options] [( | )...]") + u'\n' + QObject::tr("Options:") + u'\n' #if !defined(Q_OS_WIN) || defined(DISABLE_GUI)