diff options
Diffstat (limited to 'plugins/check_dummy.c')
-rw-r--r-- | plugins/check_dummy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_dummy.c b/plugins/check_dummy.c index a29407c..372aaff 100644 --- a/plugins/check_dummy.c +++ b/plugins/check_dummy.c | |||
@@ -106,11 +106,11 @@ print_help (void) | |||
106 | printf (COPYRIGHT, copyright, email); | 106 | printf (COPYRIGHT, copyright, email); |
107 | 107 | ||
108 | printf ("%s\n", _("This plugin will simply return the state corresponding to the numeric value")); | 108 | printf ("%s\n", _("This plugin will simply return the state corresponding to the numeric value")); |
109 | 109 | ||
110 | printf ("%s\n", _("of the <state> argument with optional text")); | 110 | printf ("%s\n", _("of the <state> argument with optional text")); |
111 | 111 | ||
112 | printf ("\n\n"); | 112 | printf ("\n\n"); |
113 | 113 | ||
114 | print_usage (); | 114 | print_usage (); |
115 | 115 | ||
116 | printf (_(UT_HELP_VRSN)); | 116 | printf (_(UT_HELP_VRSN)); |