summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/security/help.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/security/help.pm b/perl-install/security/help.pm
index 2e631ef58..9300126e0 100644
--- a/perl-install/security/help.pm
+++ b/perl-install/security/help.pm
@@ -144,7 +144,7 @@ CHECK_UNOWNED => N("if set to yes, report unowned files."),
CHECK_SHADOW => N("if set to yes, check empty password in /etc/shadow."),
CHECK_SUID_MD5 => N("if set to yes, verify checksum of the suid/sgid files."),
CHECK_SECURITY => N("if set to yes, run the daily security checks."),
-CHECK_PASSWD => N("if set to yes, check for empty passwords, for no password in /etc/shadow and for"),
+CHECK_PASSWD => N("if set to yes, check for empty passwords, for no password in /etc/shadow and for users with the 0 id other than root."),
SYSLOG_WARN => N("if set to yes, report check result to syslog."),
CHECK_SUID_ROOT => N("if set to yes, check additions/removals of suid root files."),
CHECK_PERMS => N("if set to yes, check permissions of files in the users' home."),