# HG changeset patch
# User Chris Cannam
# Date 1473962002 -3600
# Node ID c5fc82b8caabfa7f2590a9bb69dd6f684afea892
# Parent  ef73773fb7e91ffb1b05c9c5dee623ade881fd4b
Copy-paste fixes

diff -r ef73773fb7e9 -r c5fc82b8caab runner/JsonLDFeatureWriter.cpp
--- 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;
 	}
     }