mirror of
https://github.com/bitinflow/localtunnel.git
synced 2026-03-13 13:35:54 +00:00
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:
committed by
Roman Shtylman
parent
578dc9aaae
commit
1f33d4992d
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user