From 1c6794c3c78e6d21e79a30aa0ac546db175b13d4 Mon Sep 17 00:00:00 2001 From: whoami Date: Tue, 16 Apr 2019 02:36:18 +0300 Subject: [PATCH] typo --- conf.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.go b/conf.go index 5c2e972..e64b916 100644 --- a/conf.go +++ b/conf.go @@ -129,7 +129,7 @@ func usage() { fmt.Fprintf(os.Stderr, "Available schemes for different modes:\n") fmt.Fprintf(os.Stderr, " listen: mixed ss socks5 http redir redir6 tcptun udptun uottun tls unix kcp\n") - fmt.Fprintf(os.Stderr, " forward: reject ss socks5 http ssr vmess tls ws unix kcp simple-bfs\n") + fmt.Fprintf(os.Stderr, " forward: reject ss socks5 http ssr vmess tls ws unix kcp simple-obfs\n") fmt.Fprintf(os.Stderr, "\n") fmt.Fprintf(os.Stderr, "SS scheme:\n")