diff options
author | Sam Kottler <shk@redhat.com> | 2014-04-03 12:03:54 +0600 |
---|---|---|
committer | Sam Kottler <shk@linux.com> | 2014-04-04 16:55:59 +0600 |
commit | c887890e9f9698f01eb62451a04579c9c4be325f (patch) | |
tree | 6f72b247d2a4f16e1dac9b1f29c1c38e6838f5e0 /plugins/check_apt.c | |
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/check_apt.c')
-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 9994213a..4c76a512 100644 --- a/plugins/check_apt.c +++ b/plugins/check_apt.c @@ -124,7 +124,7 @@ int main (int argc, char **argv) { (stderr_warning)?" warnings detected":"", (stderr_warning && exec_warning)?",":"", (exec_warning)?" errors detected":"", - (stderr_warning||exec_warning)?". run with -v for information.":"", + (stderr_warning||exec_warning)?".":"", packages_available, sec_count ); |