Ariya Hidayat 2012-07-25 01:37:25 -07:00
parent 281d291cfb
commit 1602394efb
2 changed files with 2 additions and 2 deletions

View File

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

View File

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