diff options
Diffstat (limited to 'plugins/check_by_ssh.c')
-rw-r--r-- | plugins/check_by_ssh.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_by_ssh.c b/plugins/check_by_ssh.c index d34b2678..dd2230a0 100644 --- a/plugins/check_by_ssh.c +++ b/plugins/check_by_ssh.c | |||
@@ -338,8 +338,8 @@ print_help (void) | |||
338 | { | 338 | { |
339 | print_revision (progname, revision); | 339 | print_revision (progname, revision); |
340 | 340 | ||
341 | printf (_("Copyright (c) 1999 Karl DeBisschop <kdebisschop@users.sourceforge.net>\n")); | 341 | printf ("Copyright (c) 1999 Karl DeBisschop <kdebisschop@users.sourceforge.net>\n"); |
342 | printf (_(COPYRIGHT), copyright, email); | 342 | printf (COPYRIGHT, copyright, email); |
343 | 343 | ||
344 | printf (_("This plugin uses SSH to execute commands on a remote host\n\n")); | 344 | printf (_("This plugin uses SSH to execute commands on a remote host\n\n")); |
345 | 345 | ||