From c887890e9f9698f01eb62451a04579c9c4be325f Mon Sep 17 00:00:00 2001 From: Sam Kottler Date: Thu, 3 Apr 2014 12:03:54 +0600 Subject: Remove the suggestion to run check_apt with --verbose since it doesn't do anything 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 ); -- cgit v0.10-9-g596f