Explorar o código

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

Sam Kottler %!s(int64=12) %!d(string=hai) anos
pai
achega
f85b91d39c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      plugins/check_apt.c

+ 1 - 1
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
 	       );