diff --git a/Tools/SOGoToolExpireUserSessions.m b/Tools/SOGoToolExpireUserSessions.m index 8da66f3d9..98d40470e 100644 --- a/Tools/SOGoToolExpireUserSessions.m +++ b/Tools/SOGoToolExpireUserSessions.m @@ -67,8 +67,7 @@ fprintf (stderr, "expire-sessions [nbMinutes]\n\n" " nbMinutes Number of minutes of inactivity after which a user session will be expired\n" "\n" - "The SOGoSessionExpireMinutes user default will be used if nbMinutes is not specified\n" - "The expire-sessions action should be configured as a cronjob.\n"); + "The expire-sessions action should be configured as a cronjob.\n"); } - (BOOL) expireUserSessionOlderThan: (int) nbMinutes