diff options
author | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-03 11:45:10 +0000 |
---|---|---|
committer | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-03 11:45:10 +0000 |
commit | fa002886e390f5cc603021e422be3c319a1040ea (patch) | |
tree | 63e7af0f720a031aa3f6cd0ca7125f37e50575d0 /plugins/check_dig.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_dig.c')
-rw-r--r-- | plugins/check_dig.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/plugins/check_dig.c b/plugins/check_dig.c index 32bf2c48..823ea01c 100644 --- a/plugins/check_dig.c +++ b/plugins/check_dig.c | |||
@@ -353,11 +353,10 @@ print_help (void) | |||
353 | void | 353 | void |
354 | print_usage (void) | 354 | print_usage (void) |
355 | { | 355 | { |
356 | printf (_("\ | 356 | printf ("\ |
357 | Usage: %s -H host -l lookup [-p <server port>] [-T <query type>]\n\ | 357 | Usage: %s -H host -l lookup [-p <server port>] [-T <query type>]\n\ |
358 | [-w <warning interval>] [-c <critical interval>] [-t <timeout>]\n\ | 358 | [-w <warning interval>] [-c <critical interval>] [-t <timeout>]\n\ |
359 | [-a <expected answer address>] [-v]\n"), | 359 | [-a <expected answer address>] [-v]\n", progname); |
360 | progname); | 360 | |
361 | printf (" %s (-h|--help)\n", progname); | 361 | printf (UT_HLP_VRS, progname, progname); |
362 | printf (" %s (-V|--version)\n", progname); | ||
363 | } | 362 | } |