summaryrefslogtreecommitdiffstats
path: root/plugins/check_dummy.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_dummy.c')
-rw-r--r--plugins/check_dummy.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/check_dummy.c b/plugins/check_dummy.c
index 0a7f472..af7f8a3 100644
--- a/plugins/check_dummy.c
+++ b/plugins/check_dummy.c
@@ -90,11 +90,9 @@ print_help (void)
90 printf ("Copyright (c) 1999 Ethan Galstad <nagios@nagios.org>\n"); 90 printf ("Copyright (c) 1999 Ethan Galstad <nagios@nagios.org>\n");
91 printf (COPYRIGHT, copyright, email); 91 printf (COPYRIGHT, copyright, email);
92 92
93 printf (_("This plugin will simply return the state corresponding to the numeric value")); 93 printf ("%s\n", _("This plugin will simply return the state corresponding to the numeric value"));
94 94
95 printf ("\n"); 95 printf ("%s\n", _("of the <state> argument with optional text"));
96
97 printf (_("of the <state> argument with optional text"));
98 96
99 printf ("\n\n"); 97 printf ("\n\n");
100 98