diff options
author | Benoit Mortier <opensides@users.sourceforge.net> | 2006-10-20 06:24:10 (GMT) |
---|---|---|
committer | Benoit Mortier <opensides@users.sourceforge.net> | 2006-10-20 06:24:10 (GMT) |
commit | c8664cec2bf6c108dd19d2854b69c9b65ea9ca98 (patch) | |
tree | 4726f62f5717124460178384a2632fe2a326ca55 /plugins | |
parent | a99ce595ef496e9b40dbdd285c9c145b95c6182c (diff) | |
download | monitoring-plugins-c8664cec2bf6c108dd19d2854b69c9b65ea9ca98.tar.gz |
localization updates
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1511 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/check_apt.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/check_apt.c b/plugins/check_apt.c index 9bc1249..2de8e77 100644 --- a/plugins/check_apt.c +++ b/plugins/check_apt.c | |||
@@ -411,6 +411,8 @@ print_help (void) | |||
411 | printf("%s\n", _("package management systems based on the apt-get(8) command")); | 411 | printf("%s\n", _("package management systems based on the apt-get(8) command")); |
412 | printf("%s\n", _("found in Debian GNU/Linux")); | 412 | printf("%s\n", _("found in Debian GNU/Linux")); |
413 | 413 | ||
414 | printf ("\n\n"); | ||
415 | |||
414 | print_usage(); | 416 | print_usage(); |
415 | 417 | ||
416 | printf(_(UT_HELP_VRSN)); | 418 | printf(_(UT_HELP_VRSN)); |
@@ -462,5 +464,6 @@ print_help (void) | |||
462 | void | 464 | void |
463 | print_usage(void) | 465 | print_usage(void) |
464 | { | 466 | { |
465 | printf ("Usage: %s [[-d|-u|-U]opts] [-n] [-t timeout]\n", progname); | 467 | printf (_("Usage:")); |
468 | printf ("%s [[-d|-u|-U]opts] [-n] [-t timeout]\n", progname); | ||
466 | } | 469 | } |