[nagiosplug] Fixed SF.net bug 3539317, typo in --help of ...
Nagios Plugin Development
nagios-plugins at users.sourceforge.net
Mon Mar 25 23:30:46 CET 2013
Module: nagiosplug
Branch: master
Commit: 6b208a6f31805bcd0cb5a08136dabc06b5905636
Author: Richard Leitner <me at g0hl1n.net>
Committer: Holger Weiss <holger at zedat.fu-berlin.de>
Date: Sun Mar 17 12:34:28 2013 +0100
URL: http://nagiosplug.git.sf.net/git/gitweb.cgi?p=nagiosplug/nagiosplug;a=commit;h=6b208a6
Fixed SF.net bug 3539317, typo in --help of check_apt
---
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)
printf (" %s\n", _("Do not run the upgrade. Probably not useful (without -u at least)."));
printf (" %s\n", "-i, --include=REGEXP");
printf (" %s\n", _("Include only packages matching REGEXP. Can be specified multiple times"));
- printf (" %s\n", _("the values will be combined together. Any patches matching this list"));
+ printf (" %s\n", _("the values will be combined together. Any packages matching this list"));
printf (" %s\n", _("cause the plugin to return WARNING status. Others will be ignored."));
printf (" %s\n", _("Default is to include all packages."));
printf (" %s\n", "-e, --exclude=REGEXP");
More information about the Commits
mailing list