shadowsocks-libev: ss-rules: rename usage func

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
Yousong Zhou 2017-08-21 11:41:13 +08:00
parent 5e6b076c7d
commit 4ca3a7fcec
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
# See /LICENSE for more information.
#
ss_usage() {
ss_rules_usage() {
cat >&2 <<EOF
Usage: ss-rules [options]
@ -79,7 +79,7 @@ __errmsg() {
ss_rules_parse_args() {
while [ "$#" -gt 0 ]; do
case "$1" in
-h|--help) ss_usage; exit 0;;
-h|--help) ss_rules_usage; exit 0;;
-f|--flush) ss_rules_flush; exit 0;;
-l) o_redir_tcp_port="$2"; shift 2;;
-L) o_redir_udp_port="$2"; shift 2;;