diff options
author | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-03 11:45:10 (GMT) |
---|---|---|
committer | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-03 11:45:10 (GMT) |
commit | fa002886e390f5cc603021e422be3c319a1040ea (patch) | |
tree | 63e7af0f720a031aa3f6cd0ca7125f37e50575d0 /plugins/check_hpjd.c | |
parent | 83df67099daebd7189ad0417089040f3b2de27c1 (diff) | |
download | monitoring-plugins-fa002886e390f5cc603021e422be3c319a1040ea.tar.gz |
internationalization fixes and help fixes
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@989 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_hpjd.c')
-rw-r--r-- | plugins/check_hpjd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/check_hpjd.c b/plugins/check_hpjd.c index 7ad950a..b9b3f7f 100644 --- a/plugins/check_hpjd.c +++ b/plugins/check_hpjd.c | |||
@@ -400,5 +400,6 @@ print_usage (void) | |||
400 | { | 400 | { |
401 | printf (_("\ | 401 | printf (_("\ |
402 | Usage: %s -H host [-C community]\n"), progname); | 402 | Usage: %s -H host [-C community]\n"), progname); |
403 | printf (_(UT_HLP_VRS), progname, progname); | 403 | |
404 | printf (UT_HLP_VRS, progname, progname); | ||
404 | } | 405 | } |