Browse Source

cmd/frps: fix wrong usage of package docopt

Fixes #98.
fatedier 8 năm trước cách đây
mục cha
commit
fbc504dfa3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/cmd/frps/main.go

+ 1 - 1
src/cmd/frps/main.go

@@ -38,7 +38,7 @@ var usage string = `frps is the server of frp
 
 Usage: 
     frps [-c config_file] [-L log_file] [--log-level=<log_level>] [--addr=<bind_addr>]
-    frps --reload
+    frps [-c config_file] --reload
     frps -h | --help
     frps -v | --version