Improved Tape's description options.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2015-11-21 15:51:29 +02:00
parent 31622f9fa6
commit ccca5c84f3

View file

@ -548,7 +548,7 @@ void MApplication::ParseCommandLine(const SocketConnection &connection, const QS
parser.addOption(unitOption);
//-----
QCommandLineOption testOption(QStringList() << "test",
tr("Use for unit testing. Run the program and open a file without showing a window."));
tr("Use for unit testing. Run the program and open a file without showing the main window."));
parser.addOption(testOption);
//-----
parser.process(arguments);