Edit ssh cli help text

This commit is contained in:
lash 2025-01-06 07:41:24 +00:00
parent 2024cc96e2
commit d39740a09a
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746

View File

@ -37,8 +37,8 @@ func main() {
flag.BoolVar(&engineDebug, "engine-debug", false, "use engine debug output")
flag.BoolVar(&stateDebug, "state-debug", false, "use engine debug output")
flag.UintVar(&size, "s", 160, "max size of output")
flag.StringVar(&host, "h", "127.0.0.1", "http host")
flag.UintVar(&port, "p", 7122, "http port")
flag.StringVar(&host, "h", "127.0.0.1", "socket host")
flag.UintVar(&port, "p", 7122, "socket port")
flag.Parse()
sshKeyFile := flag.Arg(0)