diff --git a/Tools/SOGoToolManageACL.m b/Tools/SOGoToolManageACL.m index a62262faa8..ac32b52b7c 100644 --- a/Tools/SOGoToolManageACL.m +++ b/Tools/SOGoToolManageACL.m @@ -116,7 +116,7 @@ - (void) usage " folder the folder - Calendar/ or Contacts/\n" " user the user to get/set rights for - 'ALL', '', '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"); }