combine-mpd
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -14,3 +14,3 @@ #!/usr/bin/env node | ||
if (process.argv.length < 4) { | ||
console.error('usage: node test.js input.mpd [input2.mpd input3.mpd ...] output.mpd'); | ||
console.error('usage: combine-mpd input.mpd [input2.mpd input3.mpd ...] output.mpd'); | ||
process.exit(1); | ||
@@ -17,0 +17,0 @@ } |
{ | ||
"name": "combine-mpd", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Combine MPEG DASH MPD manifest files", | ||
@@ -5,0 +5,0 @@ "bin": { |
34587