diff options
-rw-r--r-- | perl-install/security/help.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/security/help.pm b/perl-install/security/help.pm index 5c31e074c..e176da110 100644 --- a/perl-install/security/help.pm +++ b/perl-install/security/help.pm @@ -123,7 +123,7 @@ TTY_WARN => N("if set to yes, reports check result to tty."), 'set_shell_history_size' => N("Set shell commands history size. A value of -1 means unlimited."), -'set_shell_timeout' => N("Set the shell timeout. A value of zero means no timeout."), +'set_shell_timeout' => N("Set the shell timeout. A value of zero means no timeout.") . "\n\n" . N("Timeout unit is second"), 'set_user_umask' => N("Set the user umask."), ); |