# HG changeset patch # User Chris Cannam # Date 1553780523 0 # Node ID c517286ee999c6ea079ba73e2b02f520aa6a1ea2 # Parent ca0ee1fe88c7a5f283e5a2b2bed45769b8e21510 Doc update diff -r ca0ee1fe88c7 -r c517286ee999 main/main.cpp --- 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" } });