diff options
author | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-03 16:56:27 (GMT) |
---|---|---|
committer | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-03 16:56:27 (GMT) |
commit | 2ad398d2e04717ce3a6a8fb869e855c42581a30a (patch) | |
tree | a9230435f6a718f6b52e0c909846557bf19ce6b5 /plugins/check_real.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_real.c')
-rw-r--r-- | plugins/check_real.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/check_real.c b/plugins/check_real.c index 8a12a3e..8df68d9 100644 --- a/plugins/check_real.c +++ b/plugins/check_real.c | |||
@@ -439,5 +439,6 @@ print_usage (void) | |||
439 | printf ("\ | 439 | printf ("\ |
440 | Usage: %s -H host [-e expect] [-p port] [-w warn] [-c crit]\n\ | 440 | Usage: %s -H host [-e expect] [-p port] [-w warn] [-c crit]\n\ |
441 | [-t timeout] [-v]\n", progname); | 441 | [-t timeout] [-v]\n", progname); |
442 | printf (_(UT_HLP_VRS), progname, progname); | 442 | |
443 | printf (UT_HLP_VRS, progname, progname); | ||
443 | } | 444 | } |