Mercurial > hg > sonic-annotator
changeset 277:c5fc82b8caab json-ld
Copy-paste fixes
author | Chris Cannam |
---|---|
date | Thu, 15 Sep 2016 18:53:22 +0100 |
parents | ef73773fb7e9 |
children | |
files | runner/JsonLDFeatureWriter.cpp |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/runner/JsonLDFeatureWriter.cpp Wed Mar 02 15:16:18 2016 +0000 +++ b/runner/JsonLDFeatureWriter.cpp Thu Sep 15 18:53:22 2016 +0100 @@ -357,7 +357,7 @@ cerr << "NOTE: No RDF description for plugin ID \"" << pluginId << "\"" << endl; if (!m_network) { - cerr << " Consider using the --jams-network option to retrieve plugin descriptions" << endl; + cerr << " Consider using the --jsld-network option to retrieve plugin descriptions" << endl; cerr << " from the network where possible." << endl; } } @@ -419,7 +419,7 @@ } else { - cerr << "WARNING: Cannot currently write dense or track-level outputs to JAMS format (only sparse ones). Will proceed using UnknownTask type, but this probably isn't going to work" << endl; + cerr << "WARNING: Cannot currently write dense or track-level outputs to JSON-LD format (only sparse ones). Will proceed using UnknownTask type, but this probably isn't going to work" << endl; } }