Ariya Hidayat 2012-07-25 01:37:25 -07:00
parent fc35e69a12
commit 716ded0a0b
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ page.onInitialized = ->
platform
if system.args.length is 1
console.log 'Usage: unsniff.coffee <some URL>'
console.log 'Usage: detectsniff.coffee <some URL>'
phantom.exit 1
else
address = system.args[1]

View File

@ -33,7 +33,7 @@ page.onInitialized = function () {
};
if (system.args.length === 1) {
console.log('Usage: unsniff.js <some URL>');
console.log('Usage: detectsniff.js <some URL>');
phantom.exit(1);
} else {
address = system.args[1];