correct help text
This commit is contained in:
parent
a0d5824696
commit
ee7c2ddbd7
1 changed files with 1 additions and 1 deletions
2
main.js
2
main.js
|
|
@ -5,7 +5,7 @@ const {version} = (JSON.parse(require('fs').readFileSync("./package.json", "utf-
|
||||||
// parse command line parameters
|
// parse command line parameters
|
||||||
program
|
program
|
||||||
.version(version)
|
.version(version)
|
||||||
.option("-s, --serverport [port]", "web server http listening port (defaults to 8280)")
|
.option("-s, --serverport [port]", "web server http listening port (defaults to 9835)")
|
||||||
.option("-h, --serverhost [host]", "web server listening host (defaults to localhost)")
|
.option("-h, --serverhost [host]", "web server listening host (defaults to localhost)")
|
||||||
.option("-l, --lndhost [host:port]", "RPC lnd host (defaults to localhost:10009)")
|
.option("-l, --lndhost [host:port]", "RPC lnd host (defaults to localhost:10009)")
|
||||||
.option("-u, --user [login]", "basic authentication login")
|
.option("-u, --user [login]", "basic authentication login")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue