diff options
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 |