diff options
Diffstat (limited to 'plugins/check_time.c')
-rw-r--r-- | plugins/check_time.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/check_time.c b/plugins/check_time.c index 8381fb2f..94c33b6c 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")); void print_usage (void) { - printf (_("\ + printf ("\ Usage: %s -H <host_address> [-p port] [-u] [-w variance] [-c variance]\n\ - [-W connect_time] [-C connect_time] [-t timeout]\n"), progname); + [-W connect_time] [-C connect_time] [-t timeout]\n", progname); + printf (_(UT_HLP_VRS), progname, progname); } |