Code

print_help and print_usage() cleanup
[nagiosplug.git] / plugins / check_dummy.c
index e0c38d322f962026cc56e119823a58608874d381..2dbbaec843b0bc38ee1f8110338ea6f71bf815b0 100644 (file)
@@ -91,14 +91,14 @@ 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\n\
+of the <state> argument with optional text.\n\n"));
+
        print_usage ();
 
        printf (_(UT_HELP_VRSN));
 
-       printf (_("\n\
-This plugin will simply return the state corresponding to the numeric value\n\
-of the <state> argument with optional text.\n"));
-
        printf (_(UT_SUPPORT));
 }