diff options
Diffstat (limited to 'plugins/check_load.c')
-rw-r--r-- | plugins/check_load.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_load.c b/plugins/check_load.c index fc7e949..956f907 100644 --- a/plugins/check_load.c +++ b/plugins/check_load.c | |||
@@ -303,8 +303,8 @@ print_help (void) | |||
303 | { | 303 | { |
304 | print_revision (progname, revision); | 304 | print_revision (progname, revision); |
305 | 305 | ||
306 | printf (_("Copyright (c) 1999 Felipe Gustavo de Almeida <galmeida@linux.ime.usp.br>\n")); | 306 | printf ("Copyright (c) 1999 Felipe Gustavo de Almeida <galmeida@linux.ime.usp.br>\n"); |
307 | printf (_(COPYRIGHT), copyright, email); | 307 | printf (COPYRIGHT, copyright, email); |
308 | 308 | ||
309 | printf (_("This plugin tests the current system load average.\n\n")); | 309 | printf (_("This plugin tests the current system load average.\n\n")); |
310 | 310 | ||