Little cleanups

This commit is contained in:
Vitor Fernandes 2016-11-27 19:43:54 +00:00
parent f6cec7915a
commit f77d9e8ef2

View file

@ -207,12 +207,12 @@ app.Flags = []cli.Flag{
cli.StringFlag{ cli.StringFlag{
Name: "from, f", Name: "from, f",
Value: "127.0.0.1:10000", Value: "127.0.0.1:10000",
EnvVar: "FWD_FROM", EnvVar: "SSH_FROM",
Usage: "source HOST:PORT", Usage: "source HOST:PORT",
}, },
cli.StringFlag{ cli.StringFlag{
Name: "to, t", Name: "to, t",
EnvVar: "FWD_TO", EnvVar: "SSH_TO",
Usage: "destination HOST:PORT", Usage: "destination HOST:PORT",
}, },
cli.BoolFlag{ cli.BoolFlag{