diff options
author | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-03 16:56:27 +0000 |
---|---|---|
committer | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-03 16:56:27 +0000 |
commit | 2ad398d2e04717ce3a6a8fb869e855c42581a30a (patch) | |
tree | a9230435f6a718f6b52e0c909846557bf19ce6b5 /plugins/check_time.c | |
parent | fa002886e390f5cc603021e422be3c319a1040ea (diff) | |
download | monitoring-plugins-2ad398d2e04717ce3a6a8fb869e855c42581a30a.tar.gz |
fixes for internationalization
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@990 f882894a-f735-0410-b71e-b25c423dba1c
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); } |