diff options
Diffstat (limited to 'plugins/check_udp.c')
-rw-r--r-- | plugins/check_udp.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/plugins/check_udp.c b/plugins/check_udp.c index 5adf23c..6551ed4 100644 --- a/plugins/check_udp.c +++ b/plugins/check_udp.c | |||
@@ -225,7 +225,7 @@ print_help (void) | |||
225 | printf (COPYRIGHT, copyright, email); | 225 | printf (COPYRIGHT, copyright, email); |
226 | 226 | ||
227 | printf (_("\ | 227 | printf (_("\ |
228 | This plugin tests an UDP connection with the specified host.\n\n")); | 228 | This plugin tests an UDP connection with the specified host.\n\n")); |
229 | 229 | ||
230 | print_usage (); | 230 | print_usage (); |
231 | 231 | ||
@@ -262,8 +262,9 @@ STATE_CRITICAL, other errors return STATE_UNKNOWN.\n\n")); | |||
262 | void | 262 | void |
263 | print_usage (void) | 263 | print_usage (void) |
264 | { | 264 | { |
265 | printf (_("\ | 265 | printf ("\ |
266 | Usage: %s -H <host_address> [-p port] [-w warn_time] [-c crit_time]\n\ | 266 | Usage: %s -H <host_address> [-p port] [-w warn_time] [-c crit_time]\n\ |
267 | [-e expect] [-s send] [-t to_sec] [-v]\n"), progname); | 267 | [-e expect] [-s send] [-t to_sec] [-v]\n", progname); |
268 | printf (_(UT_HLP_VRS), progname, progname); | 268 | |
269 | printf (UT_HLP_VRS, progname, progname); | ||
269 | } | 270 | } |