summaryrefslogtreecommitdiffstats
path: root/plugins/check_time.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_time.c')
-rw-r--r--plugins/check_time.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/check_time.c b/plugins/check_time.c
index 8381fb2..94c33b6 100644
--- a/plugins/check_time.c
+++ b/plugins/check_time.c
@@ -357,8 +357,9 @@ This plugin will check the time on the specified host.\n\n"));
357void 357void
358print_usage (void) 358print_usage (void)
359{ 359{
360 printf (_("\ 360 printf ("\
361Usage: %s -H <host_address> [-p port] [-u] [-w variance] [-c variance]\n\ 361Usage: %s -H <host_address> [-p port] [-u] [-w variance] [-c variance]\n\
362 [-W connect_time] [-C connect_time] [-t timeout]\n"), progname); 362 [-W connect_time] [-C connect_time] [-t timeout]\n", progname);
363
363 printf (_(UT_HLP_VRS), progname, progname); 364 printf (_(UT_HLP_VRS), progname, progname);
364} 365}