Browse Source

Fix typo (#1210)

* Fix doc

* Update ss-redir.asciidoc

* Update ss-server.asciidoc
pull/1219/head
Simon Shi 8 years ago
committed by Max Lv
parent
commit
a0d38b3d91
3 changed files with 8 additions and 8 deletions
  1. 6
      doc/ss-local.asciidoc
  2. 4
      doc/ss-redir.asciidoc
  3. 6
      doc/ss-server.asciidoc

6
doc/ss-local.asciidoc

@ -12,10 +12,10 @@ SYNOPSIS
[-s <server_host>] [-p <server_port>] [-l <local_port>]
[-k <password>] [-m <encrypt_method>] [-f <pid_file>]
[-t <timeout>] [-c <config_file>] [-i <interface>]
[-a <user_name>] [-b <local_address] [-n <nofile>]
[-a <user_name>] [-b <local_address>] [-n <nofile>]
[--fast-open] [--reuse-port] [--acl <acl_config>] [--mtu <MTU>]
[--plugin <plugin_name>] [--plugin-opts <plugin_options]
[--password <password>] [--key <key_in_base64]
[--plugin <plugin_name>] [--plugin-opts <plugin_options>]
[--password <password>] [--key <key_in_base64>]
DESCRIPTION
-----------

4
doc/ss-redir.asciidoc

@ -13,8 +13,8 @@ SYNOPSIS
[-k <password>] [-m <encrypt_method>] [-f <pid_file>]
[-t <timeout>] [-c <config_file>] [-b <local_address>]
[-a <user_name>] [-n <nofile>] [--mtu <MTU>]
[--plugin <plugin_name>] [--plugin-opts <plugin_options]
[--password <password>] [--key <key_in_base64]
[--plugin <plugin_name>] [--plugin-opts <plugin_options>]
[--password <password>] [--key <key_in_base64>]
DESCRIPTION
-----------

6
doc/ss-server.asciidoc

@ -13,11 +13,11 @@ SYNOPSIS
[-k <password>] [-m <encrypt_method>] [-f <pid_file>]
[-t <timeout>] [-c <config_file>] [-i <interface>]
[-a <user_name>] [-d <addr>] [-n <nofile>]
[-b <local_address] [--fast-open] [--reuse-port] [--mptcp]
[-b <local_address>] [--fast-open] [--reuse-port] [--mptcp]
[--acl <acl_config>] [--mtu <MTU>]
[--manager-address <path_to_unix_domain>]
[--plugin <plugin_name>] [--plugin-opts <plugin_options]
[--password <password>] [--key <key_in_base64]
[--plugin <plugin_name>] [--plugin-opts <plugin_options>]
[--password <password>] [--key <key_in_base64>]
DESCRIPTION
-----------

Loading…
Cancel
Save