Module: monitoring-plugins
    Branch: master
    Commit: c887890e9f9698f01eb62451a04579c9c4be325f
    Author: Sam Kottler <s...@redhat.com>
 Committer: Sam Kottler <s...@linux.com>
      Date: Thu Apr  3 12:03:54 2014 +0600
       URL: 
https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=c887890

Remove the suggestion to run check_apt with --verbose since it doesn't do 
anything

---

 plugins/check_apt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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) {
               (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
               );

Reply via email to