X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fcheck_dummy.c;fp=plugins%2Fcheck_dummy.c;h=2dbbaec843b0bc38ee1f8110338ea6f71bf815b0;hb=5e3fc41c6143676cf01b7aad789fc5f2cae5ce84;hp=e0c38d322f962026cc56e119823a58608874d381;hpb=c6a18d714a1ee49c62eb3b53ebff41ecadf3b7c2;p=nagiosplug.git diff --git a/plugins/check_dummy.c b/plugins/check_dummy.c index e0c38d3..2dbbaec 100644 --- a/plugins/check_dummy.c +++ b/plugins/check_dummy.c @@ -91,14 +91,14 @@ print_help (void) printf ("Copyright (c) 1999 Ethan Galstad \n"); printf (COPYRIGHT, copyright, email); + printf (_("\ +This plugin will simply return the state corresponding to the numeric value\n\ +of the 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 argument with optional text.\n")); - printf (_(UT_SUPPORT)); }