update cli

This commit is contained in:
Zack Scholl 2018-10-21 07:33:29 -07:00
parent e591c6afb6
commit 23d451540c
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ func Run() {
cli.BoolFlag{Name: "force-web", Usage: "force websockets"},
cli.StringFlag{Name: "port", Value: "8153", Usage: "port that the websocket listens on"},
cli.StringFlag{Name: "tcp-port", Value: "8154,8155,8156,8157,8158,8159,8160,8161", Usage: "ports that the tcp server listens on"},
cli.StringFlag{Name: "curve", Value: "siec", Usage: "specify elliptic curve to use (p224, p256, p384, p521, siec)"},
cli.StringFlag{Name: "curve", Value: "siec", Usage: "specify elliptic curve to use for PAKE (p256, p384, p521, siec)"},
}
app.EnableBashCompletion = true
app.HideHelp = false