mirror of
https://github.com/felixlohmeier/turtle-web-editor.git
synced 2025-03-09 00:00:42 +01:00
Changed some console logging
This commit is contained in:
parent
ed69ef01fe
commit
1c64d7840f
@ -1,8 +1,8 @@
|
||||
var N3 = require('n3'), fs = require('fs'), N3Util = N3.Util;
|
||||
|
||||
if (!process.argv[2]){
|
||||
console.log('-- RDF N3/NTriples/Turtle file validator --');
|
||||
console.log('node n3validator <path-to-file>');
|
||||
console.log('RDF N3/NTriples/Turtle file validator');
|
||||
console.log('Usage: $ node N3Validator.js <path-to-file>');
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user