mirror of
https://github.com/bitinflow/localtunnel.git
synced 2026-03-17 23:45: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', {
|
.option('h', {
|
||||||
alias: 'host',
|
alias: 'host',
|
||||||
describe: 'Upstream server providing forwarding',
|
describe: 'Upstream server providing forwarding',
|
||||||
default: 'http://localtunnel.me'
|
default: 'https://localtunnel.me'
|
||||||
})
|
})
|
||||||
.option('s', {
|
.option('s', {
|
||||||
alias: 'subdomain',
|
alias: 'subdomain',
|
||||||
|
|||||||
Reference in New Issue
Block a user