Selaa lähdekoodia

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

Sam Kottler 12 vuotta sitten
vanhempi
commit
f85b91d39c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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
 	       );