summaryrefslogtreecommitdiffstats
path: root/perl-install/security
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-01-29 16:15:48 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-01-29 16:15:48 +0000
commitc7f5cda77da3bf1f8ec622d26e92f3cea665f2e7 (patch)
tree63fc702995fe52aeebe0353d58e9779b19e2cde5 /perl-install/security
parente638d88c850333dcbc613970b792113b8588b100 (diff)
downloaddrakx-c7f5cda77da3bf1f8ec622d26e92f3cea665f2e7.tar
drakx-c7f5cda77da3bf1f8ec622d26e92f3cea665f2e7.tar.gz
drakx-c7f5cda77da3bf1f8ec622d26e92f3cea665f2e7.tar.bz2
drakx-c7f5cda77da3bf1f8ec622d26e92f3cea665f2e7.tar.xz
drakx-c7f5cda77da3bf1f8ec622d26e92f3cea665f2e7.zip
notify that timeout is in seconds
Diffstat (limited to 'perl-install/security')
-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 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."),
);