Browse Source

Refine the CLI help text. #1547

pull/1560/head
Max Lv 7 years ago
parent
commit
0e74ea509c
1 changed files with 2 additions and 0 deletions
  1. 2
      src/utils.c

2
src/utils.c

@ -359,6 +359,8 @@ usage()
" [--fast-open] Enable TCP fast open.\n");
printf(
" with Linux kernel > 3.7.0.\n");
#endif
#if defined(MODULE_REMOTE) || defined(MODULE_LOCAL)
printf(
" [--acl <acl_file>] Path to ACL (Access Control List).\n");
#endif

Loading…
Cancel
Save