diff options
Diffstat (limited to 'plugins/check_by_ssh.c')
-rw-r--r-- | plugins/check_by_ssh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_by_ssh.c b/plugins/check_by_ssh.c index d5bd3de4..d9fe26e5 100644 --- a/plugins/check_by_ssh.c +++ b/plugins/check_by_ssh.c @@ -73,7 +73,7 @@ main (int argc, char **argv) /* Set signal handling and alarm timeout */ if (signal (SIGALRM, popen_timeout_alarm_handler) == SIG_ERR) { - usage4 (_(" Cannot catch SIGALRM")); + usage4 (_("Cannot catch SIGALRM")); } alarm (timeout_interval); |