From ccca5c84f3b5c8b3bfe445c56b1980f189f4fe8c Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Sat, 21 Nov 2015 15:51:29 +0200 Subject: [PATCH] Improved Tape's description options. --HG-- branch : develop --- src/app/tape/mapplication.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/tape/mapplication.cpp b/src/app/tape/mapplication.cpp index c06a68090..8b22d53bd 100644 --- a/src/app/tape/mapplication.cpp +++ b/src/app/tape/mapplication.cpp @@ -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);