summaryrefslogtreecommitdiffstats
path: root/plugins/check_dummy.c
diff options
context:
space:
mode:
authorKarl DeBisschop <kdebisschop@users.sourceforge.net>2003-08-02 16:42:57 (GMT)
committerKarl DeBisschop <kdebisschop@users.sourceforge.net>2003-08-02 16:42:57 (GMT)
commitb07cec408f61acd3c34ad1c03b212bba9b66c454 (patch)
tree4a906eebd467e2d71687e57205d07368f2adcc1b /plugins/check_dummy.c
parentf4e6b2a946c087c096e38415210219fe1c870822 (diff)
downloadmonitoring-plugins-b07cec408f61acd3c34ad1c03b212bba9b66c454.tar.gz
establish "UT_" namespace for usage text in #defines
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@631 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_dummy.c')
-rw-r--r--plugins/check_dummy.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/check_dummy.c b/plugins/check_dummy.c
index c2f1f50..d90b140 100644
--- a/plugins/check_dummy.c
+++ b/plugins/check_dummy.c
@@ -57,11 +57,13 @@ print_help (void)
57 57
58 print_usage (); 58 print_usage ();
59 59
60 printf (_(HELP_VRSN)); 60 printf (_(UT_HELP_VRSN));
61 61
62 printf (_("\n\ 62 printf (_("\n\
63This plugin will simply return the state corresponding to the numeric value\n\ 63This plugin will simply return the state corresponding to the numeric value\n\
64of the <state> argument.\n")); 64of the <state> argument.\n"));
65
66 support ();
65} 67}
66 68
67int 69int