Skip to content

Commit

Permalink
chore(tool): fix usage example of manage-acl
Browse files Browse the repository at this point in the history
Fixes #4963
  • Loading branch information
cgx committed Mar 6, 2020
1 parent da51482 commit 2601ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/SOGoToolManageACL.m
Expand Up @@ -116,7 +116,7 @@ - (void) usage
" folder the folder - Calendar/<ID> or Contacts/<ID>\n"
" user the user to get/set rights for - 'ALL', '<default>', 'anonymous' are supported\n"
" rights rights to add\n\n"
"Example: sogo-tool manage-acl get jdoe Calendar/personal\n\n"
"Example: sogo-tool manage-acl get jdoe Calendar/personal ALL\n\n"
"Note: You can add only one access right at the time. To set them all at once,\n"
" invoke 'remove' first to remove them all.\n\n");
}
Expand Down

0 comments on commit 2601ad4

Please sign in to comment.