diff options
| author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-08-02 16:42:57 +0000 |
|---|---|---|
| committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-08-02 16:42:57 +0000 |
| commit | b07cec408f61acd3c34ad1c03b212bba9b66c454 (patch) | |
| tree | 4a906eebd467e2d71687e57205d07368f2adcc1b /plugins/check_dummy.c | |
| parent | f4e6b2a946c087c096e38415210219fe1c870822 (diff) | |
| download | monitoring-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.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/check_dummy.c b/plugins/check_dummy.c index c2f1f50d..d90b1409 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\ |
| 63 | This plugin will simply return the state corresponding to the numeric value\n\ | 63 | This plugin will simply return the state corresponding to the numeric value\n\ |
| 64 | of the <state> argument.\n")); | 64 | of the <state> argument.\n")); |
| 65 | |||
| 66 | support (); | ||
| 65 | } | 67 | } |
| 66 | 68 | ||
| 67 | int | 69 | int |
