Browse Source

fix #250

pull/261/head
Max Lv 9 years ago
parent
commit
601055e954
2 changed files with 3 additions and 0 deletions
  1. 1
      README.md
  2. 2
      src/utils.c

1
README.md

@ -255,6 +255,7 @@ Usage
only available on Linux kernel > 3.7.0
[--acl <acl_file>] config file of ACL (Access Control List)
only available in local mode
[-v] verbose mode

2
src/utils.c

@ -263,6 +263,8 @@ void usage()
printf("\n");
printf(
" [--acl <acl_file>] config file of ACL (Access Control List)\n");
printf(
" only available in local mode\n");
printf("\n");
printf(
" [-v] verbose mode\n");

Loading…
Cancel
Save