update readme

This commit is contained in:
clowwindy 2014-12-21 14:08:11 +08:00
parent 35c3b0b41c
commit 2733e6a4ba
2 changed files with 2 additions and 6 deletions

View file

@ -98,8 +98,6 @@ Check the options via `-h`.You can use args to override settings from
ssserver -c /etc/shadowsocks/config.json -d start --pid-file=/tmp/shadowsocks.pid
ssserver -c /etc/shadowsocks/config.json -d stop --pid-file=/tmp/shadowsocks.pid
List all available args with `-h`.
Documentation
-------------

View file

@ -127,10 +127,8 @@ Check the options via ``-h``.You can use args to override settings from
sslocal -s server_name -p server_port -l local_port -k password -m bf-cfb
ssserver -p server_port -k password -m bf-cfb --workers 2
ssserver -c /etc/shadowsocks/config.json -d start --pid-file=/tmp/pid
ssserver -c /etc/shadowsocks/config.json -d stop --pid-file=/tmp/pid
List all available args with ``-h``.
ssserver -c /etc/shadowsocks/config.json -d start --pid-file=/tmp/shadowsocks.pid
ssserver -c /etc/shadowsocks/config.json -d stop --pid-file=/tmp/shadowsocks.pid
Documentation
-------------