diff options
Diffstat (limited to 'plugins/check_dummy.c')
-rw-r--r-- | plugins/check_dummy.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/check_dummy.c b/plugins/check_dummy.c index 0a7f472c..af7f8a3d 100644 --- a/plugins/check_dummy.c +++ b/plugins/check_dummy.c @@ -90,11 +90,9 @@ print_help (void) printf ("Copyright (c) 1999 Ethan Galstad <nagios@nagios.org>\n"); printf (COPYRIGHT, copyright, email); - printf (_("This plugin will simply return the state corresponding to the numeric value")); + printf ("%s\n", _("This plugin will simply return the state corresponding to the numeric value")); - printf ("\n"); - - printf (_("of the <state> argument with optional text")); + printf ("%s\n", _("of the <state> argument with optional text")); printf ("\n\n"); |