# HG changeset patch # User Chris Cannam # Date 1412847700 -3600 # Node ID 685e5cf3cb1d234f78edb2327b79d275afc6bbfd # Parent c72889726a9857a6af654127e86f7ef7415a550b Adjustments to help text; test file:// URLs diff -r c72889726a98 -r 685e5cf3cb1d runner/main.cpp --- a/runner/main.cpp Wed Oct 08 18:50:44 2014 +0100 +++ b/runner/main.cpp Thu Oct 09 10:41:40 2014 +0100 @@ -137,10 +137,8 @@ return ws; } -void usage(QString myname) +void printUsage(QString myname) { - set writers = FeatureWriterFactory::getWriterTags(); - cerr << endl; cerr << "Sonic Annotator v" << RUNNER_VERSION << endl; cerr << "A utility for batch feature extraction from audio files." << endl; @@ -151,18 +149,27 @@ cerr << "terms of the GNU General Public License ." << endl; cerr << "This program is supplied with NO WARRANTY, to the extent permitted by law." << endl; cerr << endl; - cerr << " Usage: " << myname.toStdString() - << " [-mr] -t trans.xml [...] -w [...]