From 70604852cf80375f03511484d53df8c61ab88f59 Mon Sep 17 00:00:00 2001 From: fangdingjun Date: Sat, 3 Dec 2016 13:17:12 +0800 Subject: [PATCH] fix typo --- obfssh_client/ssh.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obfssh_client/ssh.go b/obfssh_client/ssh.go index cfb6332..8a6755f 100644 --- a/obfssh_client/ssh.go +++ b/obfssh_client/ssh.go @@ -60,7 +60,7 @@ func main() { flag.BoolVar(&debug, "d", false, "verbose mode") flag.IntVar(&keepAliveInterval, "keepalive_interval", 10, "keep alive interval") flag.IntVar(&keepAliveMax, "keepalive_max", 5, "keep alive max") - flag.BoolVar(&disableObfsAfterHandshake, "disalbe_obfs_after_handshake", false, "disable obfs after handshake") + flag.BoolVar(&disableObfsAfterHandshake, "disable_obfs_after_handshake", false, "disable obfs after handshake") flag.Parse() if debug {