Fix host default value message for CLI help text (#211)

per https://github.com/localtunnel/localtunnel/blob/master/lib/Tunnel.js#L17
This commit is contained in:
Ricardo Rosales
2018-01-07 10:14:27 -08:00
committed by Roman Shtylman
parent 578dc9aaae
commit 1f33d4992d

View File

@@ -7,7 +7,7 @@ var argv = require('yargs')
.option('h', {
alias: 'host',
describe: 'Upstream server providing forwarding',
default: 'http://localtunnel.me'
default: 'https://localtunnel.me'
})
.option('s', {
alias: 'subdomain',