diff options
author | Richard Leitner <me@g0hl1n.net> | 2013-03-17 11:34:28 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-03-25 22:26:29 (GMT) |
commit | 6b208a6f31805bcd0cb5a08136dabc06b5905636 (patch) | |
tree | f02472be1d4e06de2edaa6a51ec2bcd09397955e /plugins | |
parent | b8d6c691d35f31b1ba974382e128abe89dbffa8f (diff) | |
download | monitoring-plugins-6b208a6f31805bcd0cb5a08136dabc06b5905636.tar.gz |
Fixed SF.net bug 3539317, typo in --help of check_apt
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/check_apt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_apt.c b/plugins/check_apt.c index cf18661..7ec2d55 100644 --- a/plugins/check_apt.c +++ b/plugins/check_apt.c | |||
@@ -444,7 +444,7 @@ print_help (void) | |||
444 | printf (" %s\n", _("Do not run the upgrade. Probably not useful (without -u at least).")); | 444 | printf (" %s\n", _("Do not run the upgrade. Probably not useful (without -u at least).")); |
445 | printf (" %s\n", "-i, --include=REGEXP"); | 445 | printf (" %s\n", "-i, --include=REGEXP"); |
446 | printf (" %s\n", _("Include only packages matching REGEXP. Can be specified multiple times")); | 446 | printf (" %s\n", _("Include only packages matching REGEXP. Can be specified multiple times")); |
447 | printf (" %s\n", _("the values will be combined together. Any patches matching this list")); | 447 | printf (" %s\n", _("the values will be combined together. Any packages matching this list")); |
448 | printf (" %s\n", _("cause the plugin to return WARNING status. Others will be ignored.")); | 448 | printf (" %s\n", _("cause the plugin to return WARNING status. Others will be ignored.")); |
449 | printf (" %s\n", _("Default is to include all packages.")); | 449 | printf (" %s\n", _("Default is to include all packages.")); |
450 | printf (" %s\n", "-e, --exclude=REGEXP"); | 450 | printf (" %s\n", "-e, --exclude=REGEXP"); |