changeset 2241:c517286ee999 single-point

Doc update
author Chris Cannam
date Thu, 28 Mar 2019 13:42:03 +0000
parents ca0ee1fe88c7
children e9c77a4c865e
files main/main.cpp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/main/main.cpp	Thu Mar 28 13:38:24 2019 +0000
+++ b/main/main.cpp	Thu Mar 28 13:42:03 2019 +0000
@@ -257,7 +257,7 @@
 
     //!!! todo hand-update translations
     QCommandLineParser parser;
-    parser.setApplicationDescription(QApplication::tr("Sonic Visualiser is a program for viewing and exploring audio data\nfor semantic music analysis and annotation."));
+    parser.setApplicationDescription(QApplication::tr("\nSonic Visualiser is a program for viewing and exploring audio data\nfor semantic music analysis and annotation."));
     parser.addHelpOption();
     parser.addVersionOption();
 
@@ -269,7 +269,7 @@
             { "no-splash", QApplication::tr
               ("Do not show a splash screen.") },
             { "osc-script", QApplication::tr
-              ("Batch run the OSC script found in the given file. Scripts consist of /command arg1 arg2 ... OSC control lines, optionally interleaved with numbers to specify pauses in seconds."),
+              ("Batch run the Open Sound Control script found in the given file. Supply \"-\" as file to read from stdin. Scripts consist of /command arg1 arg2 ... OSC control lines, optionally interleaved with numbers to specify pauses in seconds."),
               "osc.txt" }
         });