Comparing version
@@ -11,3 +11,3 @@ #!/usr/bin/env node | ||
if (options.parsed.verbose) { | ||
console.log('Waiting up to', Math.round(timeout/1000), 'seconds for response(s) with check every', Math.round(interval/1000), 'seconds.'); | ||
console.log('Waiting up to', Math.round(timeout/1000), 'seconds for response(s) with check every', Math.round(interval/100)/10, 'seconds.'); | ||
} | ||
@@ -14,0 +14,0 @@ |
{ | ||
"name": "url-ok", | ||
"description": "check http or https status for number of URLs with timeout", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"bin": "main.js", | ||
@@ -6,0 +6,0 @@ "main": "lib/url-ok.js", |
@@ -49,3 +49,3 @@ # url-ok [](https://travis-ci.org/cymen/url-ok) | ||
# url-ok http://no.such.server.localhost/ --timeout 2 --interval .5 --verbose --debug | ||
Waiting up to 2 seconds for response(s) with check every 1 seconds. | ||
Waiting up to 2 seconds for response(s) with check every 0.5 seconds. | ||
Requesting http://no.such.server.localhost/ | ||
@@ -52,0 +52,0 @@ DEBUG: requesting http://no.such.server.localhost/ (interval: 500ms) |
13115
0.03%