Browse Source

fix #271

pull/276/head
Max Lv 10 years ago
parent
commit
39362601a8
2 changed files with 5 additions and 2 deletions
  1. 3
      README.md
  2. 4
      src/utils.c

3
README.md

@ -252,7 +252,8 @@ Usage
only available in server mode
[--fast-open] enable TCP fast open,
only available on Linux kernel > 3.7.0
only available in local and server mode,
with Linux kernel > 3.7.0
[--acl <acl_file>] config file of ACL (Access Control List)
only available in local and server mode

4
src/utils.c

@ -255,7 +255,9 @@ void usage()
printf(
" [--fast-open] enable TCP fast open,\n");
printf(
" only available on Linux kernel > 3.7.0\n");
" only available in local and server mode,\n");
printf(
" with Linux kernel > 3.7.0\n");
printf("\n");
printf(
" [--acl <acl_file>] config file of ACL (Access Control List)\n");

Loading…
Cancel
Save