diff options
author | Sam Kottler <shk@redhat.com> | 2014-04-03 06:03:54 (GMT) |
---|---|---|
committer | Sam Kottler <shk@linux.com> | 2014-04-04 10:55:59 (GMT) |
commit | c887890e9f9698f01eb62451a04579c9c4be325f (patch) | |
tree | 6f72b247d2a4f16e1dac9b1f29c1c38e6838f5e0 /plugins | |
parent | 0457c4b2f11245a58ce6486556df0923c5ae488e (diff) | |
download | monitoring-plugins-c887890e9f9698f01eb62451a04579c9c4be325f.tar.gz |
Remove the suggestion to run check_apt with --verbose since it doesn't do anything
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 9994213..4c76a51 100644 --- a/plugins/check_apt.c +++ b/plugins/check_apt.c | |||
@@ -124,7 +124,7 @@ int main (int argc, char **argv) { | |||
124 | (stderr_warning)?" warnings detected":"", | 124 | (stderr_warning)?" warnings detected":"", |
125 | (stderr_warning && exec_warning)?",":"", | 125 | (stderr_warning && exec_warning)?",":"", |
126 | (exec_warning)?" errors detected":"", | 126 | (exec_warning)?" errors detected":"", |
127 | (stderr_warning||exec_warning)?". run with -v for information.":"", | 127 | (stderr_warning||exec_warning)?".":"", |
128 | packages_available, | 128 | packages_available, |
129 | sec_count | 129 | sec_count |
130 | ); | 130 | ); |