diff options
Diffstat (limited to 'plugins/check_apt.c')
-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 | } |